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

5 lines (4 loc) 611 B
export type { PillSelectorPillType as PillSelectorPillTypeV2, PillSelectorValueType as PillSelectorValueTypeV2, IPillSelectorUnControlled as IPillSelectorV2, IPillSelectorControlled as IPillSelectorControlledV2, PillSelectorPropsStylesType as PillSelectorPropsStylesTypeV2, PillSelectorStylesType as PillSelectorStylesTypeV2, } from './types'; export { PillSelectorType as PillSelectorTypeV2 } from './types/pillSelectorType'; export { PillSelectorUnControlled as PillSelectorV2 } from './pillSelectorUnControlled'; export { PillSelectorControlled as PillSelectorControlledV2 } from './pillSelectorControlled';