UNPKG

@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

15 lines 616 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PillSizeType = exports.PillVariantType = void 0; var PillVariantType; (function (PillVariantType) { PillVariantType["DEFAULT"] = "DEFAULT"; PillVariantType["PILL_SELECTOR"] = "PILL_SELECTOR"; })(PillVariantType || (exports.PillVariantType = PillVariantType = {})); var PillSizeType; (function (PillSizeType) { PillSizeType["LARGE"] = "LARGE"; PillSizeType["MEDIUM"] = "MEDIUM"; PillSizeType["SMALL"] = "SMALL"; })(PillSizeType || (exports.PillSizeType = PillSizeType = {})); //# sourceMappingURL=variants.js.map