UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

9 lines (8 loc) 414 B
import { SwitchRootProps } from './primitives'; /** * The Switch component is a and abstraction of the primitives that displays a * controlled Switch with a label. * @description [Cerberus Docs] https://cerberus.digitalu.design/react/switch * @description [Ark Docs] https://ark-ui.com/docs/components/switch */ export declare function Switch(props: SwitchRootProps): import("react/jsx-runtime").JSX.Element;