UNPKG

mistui-kit

Version:

**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**

3 lines (2 loc) • 234 B
import type { SwitchBoxInputProps } from './type'; export default function SwitchBox({ size, onChange, value, style, styleThumb, icon, color, variant, shadow, ...props }: SwitchBoxInputProps): import("react/jsx-runtime").JSX.Element;