2023-03-12 11:01:14 -03:00

11 lines
186 B
TypeScript

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