UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

13 lines (10 loc) 355 B
import { CheckboxGroup, CheckboxHiddenInput, CheckboxIndicator, CheckboxControl, CheckboxLabel, CheckboxRoot } from './primitives.js'; const CheckboxParts = { Root: CheckboxRoot, Label: CheckboxLabel, Control: CheckboxControl, Indicator: CheckboxIndicator, HiddenInput: CheckboxHiddenInput, Group: CheckboxGroup }; export { CheckboxParts };