@kwaeri/progress
Version:
The @kwaeri/progress component module of the @kwaeri/user-executable framework.
10 lines • 385 B
JavaScript
/**
* SPDX-PackageName: kwaeri/progress
* SPDX-PackageVersion: 0.6.0
* SPDX-FileCopyrightText: © 2014 - 2022 Richard Winters <kirvedx@gmail.com> and contributors
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR MIT
*/
;
export { Spinners } from './src/assets/spinners.mjs';
export { Progress } from './src/progress.mjs';
//# sourceMappingURL=index.mjs.map