mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
16 lines
313 B
TypeScript
16 lines
313 B
TypeScript
import Switch from './switch';
|
|
|
|
export type { SwitchProps } from './switch';
|
|
export {
|
|
StyledSwitchContainer,
|
|
StyledSwitchInput,
|
|
StyledSwitchCircle,
|
|
StyledSwitch
|
|
} from './switch.styles';
|
|
export type {
|
|
SwitchVariantsProps,
|
|
SwitchContainerVariantsProps
|
|
} from './switch.styles';
|
|
|
|
export default Switch;
|