2023-03-14 21:40:22 -03:00

12 lines
242 B
TypeScript

import Switch from "./switch";
// export types
export type {SwitchProps} from "./switch";
export type {SwitchThumbIconProps} from "./use-switch";
// export hooks
export {useSwitch} from "./use-switch";
// export component
export {Switch};