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