@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
3 lines (2 loc) • 673 B
TypeScript
export { SwitchRoot as Root, SwitchRootProvider as RootProvider, SwitchPropsProvider as PropsProvider, SwitchControl as Control, SwitchLabel as Label, SwitchThumb as Thumb, SwitchIndicator as Indicator, SwitchThumbIndicator as ThumbIndicator, SwitchContext as Context, SwitchHiddenInput as HiddenInput, } from "./switch";
export type { SwitchRootProps as RootProps, SwitchRootProviderProps as RootProviderProps, SwitchControlProps as ControlProps, SwitchLabelProps as LabelProps, SwitchThumbProps as ThumbProps, SwitchIndicatorProps as IndicatorProps, SwitchThumbIndicatorProps as ThumbIndicatorProps, SwitchCheckedChangeDetails as CheckedChangeDetails, } from "./switch";