UNPKG

@fidely-ui/react

Version:

Fidely UI is a modern, beautifully crafted React design system powered by Ark UI and Panda CSS, delivering accessible and themeable components for building exceptional web apps

3 lines (2 loc) 475 B
export { SwitchRootProvider as RootProvider, SwitchRoot as Root, SwitchControl as Control, SwitchLabel as Label, SwitchThumb as Thumb, SwitchContext as Context, SwitchHiddenInput as HiddenInput, } from './switch'; export type { SwitchRootProviderProps as RootProviderProps, SwitchRootProps as RootProps, SwitchControlProps as ControlProps, SwitchLabelProps as LabelProps, SwitchThumbProps as ThumbProps, SwitchCheckedChangeDetails as CheckedChangeDetails, } from './switch';