feat: export FormItemProps (#20089)

This commit is contained in:
叶枫 2019-12-05 11:19:27 +08:00 committed by 偏右
parent 3e4b8cd414
commit 6a70d31f1c

View File

@ -18,7 +18,7 @@ export type ValidateStatus = typeof ValidateStatuses[number];
type RenderChildren = (form: FormInstance) => React.ReactElement;
interface FormItemProps extends FormItemLabelProps, FormItemInputProps, RcFieldProps {
export interface FormItemProps extends FormItemLabelProps, FormItemInputProps, RcFieldProps {
prefixCls?: string;
noStyle?: boolean;
style?: React.CSSProperties;