import { FormItemProps } from '../Form'; import { PasswordInputProps } from '../../Input/PasswordInput'; export type FormPasswordInputProps = FormItemProps & PasswordInputProps;