consensys-ui
Version:
Consensys UI component library and design system
15 lines (12 loc) • 319 B
text/typescript
// components
export { Checkbox } from './Checkbox';
// context
export { CheckboxContext, useCheckboxContext } from './context';
// types
export type {
CheckboxRootProps,
CheckboxIconProps,
CheckboxContextValue
} from './types';
// styles
export { checkboxRootVariants, checkboxIconVariants } from './styles';