@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
11 lines • 487 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PILL_STYLES_V2 = void 0;
const default_1 = require("./styles/default");
const pillSelector_1 = require("./styles/pillSelector");
const variants_1 = require("./variants");
exports.PILL_STYLES_V2 = {
[variants_1.PillVariantTypeV2.DEFAULT]: default_1.PILL_STYLES_DEFAULT,
[variants_1.PillVariantTypeV2.PILL_SELECTOR]: pillSelector_1.PILL_STYLES_PILL_SELECTOR,
};
//# sourceMappingURL=styles.js.map