@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 (6 loc) • 610 B
TypeScript
export type { ICheckboxWithLabelStandAlone, ICheckboxWithLabelControlled, ICheckboxWithLabelUncontrolled, CheckboxWithLabelPropsStylesType, CheckboxWithLabelStatePropsStylesType, CheckboxWithLabelStyles, CheckboxWithLabelDescriptionType, } from './types';
export { CheckboxWithLabelState } from './types';
export { CheckboxWithLabelControlled } from './checkboxWithLabelControlled';
export { CheckboxWithLabelStandAlone } from './checkboxWithLabelStandAlone';
export { CheckboxWithLabelStyled } from './checkboxWithLabelStyled';
export { CheckboxWithLabelUncontrolled } from './checkboxWithLabelUncontrolled';