UNPKG

673 BTypeScriptView Raw
1export { 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";
2export 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";