@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
8 lines • 360 B
JavaScript
import { PILL_STYLES_DEFAULT } from './styles/default';
import { PILL_STYLES_PILL_SELECTOR } from './styles/pillSelector';
import { PillVariantTypeV2 } from './variants';
export const PILL_STYLES_V2 = {
[PillVariantTypeV2.DEFAULT]: PILL_STYLES_DEFAULT,
[PillVariantTypeV2.PILL_SELECTOR]: PILL_STYLES_PILL_SELECTOR,
};
//# sourceMappingURL=styles.js.map