@smitch/fluid
Version:
A Next/React ui-component libray.
4 lines (3 loc) • 299 B
TypeScript
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;