@progress/kendo-react-progressbars
Version:
React ProgressBars offer a customizable interface for users to track and display the progress of a task. KendoReact ProgressBars package
15 lines (14 loc) • 522 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
const A = 1e-5, I = 3, N = 400, o = 0;
export {
N as DEFAULT_ANIMATION_DURATION,
I as LABEL_DECIMALS,
A as MIN_RATIO,
o as NO_ANIMATION
};