UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 299 B
import { SwitchProps } from './types'; declare const Switch: ({ label, labelIsBold, labelSize, className, style, onChange, checked, defaultChecked, name, shape, required, switchColor, thin, disabled, showHint, hint, }: SwitchProps) => import("react/jsx-runtime").JSX.Element; export default Switch;