@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
14 lines • 602 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PillSizeTypeV2 = exports.PillVariantTypeV2 = void 0;
var PillVariantTypeV2;
(function (PillVariantTypeV2) {
PillVariantTypeV2["DEFAULT"] = "DEFAULT";
})(PillVariantTypeV2 || (exports.PillVariantTypeV2 = PillVariantTypeV2 = {}));
var PillSizeTypeV2;
(function (PillSizeTypeV2) {
PillSizeTypeV2["LARGE"] = "LARGE";
PillSizeTypeV2["SMALL"] = "SMALL";
PillSizeTypeV2["EXTRA_SMALL"] = "EXTRA_SMALL";
})(PillSizeTypeV2 || (exports.PillSizeTypeV2 = PillSizeTypeV2 = {}));
//# sourceMappingURL=variants.js.map