import { FormItemProps } from '../Form'; import { NumberInputProps } from '../../Input/NumberInput'; export type FormNumberInputProps = FormItemProps & NumberInputProps;