UNPKG

@clubmed/trident-ui

Version:

Shared ClubMed React UI components

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