UNPKG

@clubmed/trident-ui

Version:

Shared ClubMed React UI components

6 lines (5 loc) 230 B
import { FormControlProps } from './FormControl'; export interface SwitchProps extends FormControlProps<boolean> { width?: number; } export declare function Switch(props: SwitchProps): import("react/jsx-runtime").JSX.Element;