@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
7 lines • 379 B
JavaScript
export * from './types';
// compoents
export { ToggleWithLabelControlled } from './toggleWithLabelControlled';
export { ToggleWithLabelStandAlone } from './toggleWithLabelStandAlone';
export { ToggleWithLabelStyled } from './toggleWithLabel.styled';
export { ToggleWithLabelUncontrolled as ToggleWithLabel } from './toggleWithLabelUncontrolled';
//# sourceMappingURL=index.js.map