import { FormItemProps } from '../Form'; import { SwitchProps } from '../../Input/Switch'; export type FormSwitchProps = FormItemProps & SwitchProps;