@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
11 lines • 490 B
JavaScript
export var ProgressBarVariantType;
(function (ProgressBarVariantType) {
ProgressBarVariantType["DEFAULT"] = "DEFAULT";
ProgressBarVariantType["INTERACTIVE"] = "INTERACTIVE";
})(ProgressBarVariantType || (ProgressBarVariantType = {}));
export var ProgressBarSizeType;
(function (ProgressBarSizeType) {
ProgressBarSizeType["SMALL"] = "SMALL";
ProgressBarSizeType["MEDIUM"] = "MEDIUM";
})(ProgressBarSizeType || (ProgressBarSizeType = {}));
//# sourceMappingURL=variants.js.map