UNPKG

@sertec/toggle-switch

Version:
3 lines (2 loc) 308 B
import { ToggleSwitchProps } from './types.js'; export declare function ToggleSwitch({ id: propsId, label, caption, required, htmlFor, variant, checked, disabled, readable, className, requiredMessage, 'data-label-weight': labelWeight, ...props }: ToggleSwitchProps): import("react/jsx-runtime").JSX.Element;