mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
11 lines
186 B
TypeScript
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};
|