import { PropsWithStyle } from '../../index.ts'; export interface SfSwitchProps extends PropsWithStyle, React.InputHTMLAttributes { invalid?: boolean; }