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