@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
4 lines (3 loc) • 333 B
TypeScript
export { SwitchRootProvider, SwitchRoot, SwitchControl, SwitchLabel, SwitchThumb, SwitchContext, SwitchHiddenInput, } from './switch';
export type { SwitchRootProviderProps, SwitchRootProps, SwitchControlProps, SwitchLabelProps, SwitchThumbProps, SwitchCheckedChangeDetails, } from './switch';
export * as Switch from './namespace';