@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
9 lines • 439 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StepperNumberVariantType = void 0;
var StepperNumberVariantType;
(function (StepperNumberVariantType) {
StepperNumberVariantType["DEFAULT"] = "DEFAULT";
StepperNumberVariantType["ALTERNATIVE"] = "ALTERNATIVE";
})(StepperNumberVariantType || (exports.StepperNumberVariantType = StepperNumberVariantType = {}));
//# sourceMappingURL=variants.js.map