@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) • 579 B
TypeScript
export { CheckboxRootProvider as RootProvider, CheckboxRoot as Root, CheckboxControl as Control, CheckboxLabel as Label, CheckboxIndicator as Indicator, CheckboxGroup as Group, CheckboxContext as Context, CheckboxHiddenInput as HiddenInput, CheckboxCheckedChangeDetails as CheckedChangeDetails, } from './checkbox';
export type { CheckboxRootProviderProps as RootProviderProps, CheckboxRootProps as RootProps, CheckboxControlProps as ControlProps, CheckboxLabelProps as LabelProps, CheckboxIndicatorProps as IndicatorProps, CheckboxGroupProps as GroupProps, } from './checkbox';