@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
10 lines • 462 B
JavaScript
export var PillSelectorVariantTypeV2;
(function (PillSelectorVariantTypeV2) {
PillSelectorVariantTypeV2["DEFAULT"] = "DEFAULT";
})(PillSelectorVariantTypeV2 || (PillSelectorVariantTypeV2 = {}));
export var PillSelectorSizeTypeV2;
(function (PillSelectorSizeTypeV2) {
PillSelectorSizeTypeV2["LARGE"] = "LARGE";
PillSelectorSizeTypeV2["SMALL"] = "SMALL";
})(PillSelectorSizeTypeV2 || (PillSelectorSizeTypeV2 = {}));
//# sourceMappingURL=variants.js.map