UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

12 lines (9 loc) 280 B
import { SwitchHiddenInput, SwitchThumb, SwitchControl, SwitchLabel, SwitchRoot } from './primitives.js'; const SwitchParts = { Root: SwitchRoot, Label: SwitchLabel, Control: SwitchControl, Thumb: SwitchThumb, HiddenInput: SwitchHiddenInput }; export { SwitchParts };