@sertec/toggle-switch
Version:
Sfera ToggleSwitch Component
3 lines (2 loc) • 308 B
TypeScript
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;