import { FormItemProps } from '../Form'; import { StringInputProps } from '../../Input/StringInput'; export type FormStringInputProps = FormItemProps & StringInputProps;