fix: typescript build in windows error from-item initialValue (#26292)

This commit is contained in:
yui 2020-08-20 14:42:09 +08:00 committed by GitHub
parent e6e149b1c4
commit ab59023971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,7 @@ export interface FormItemProps extends FormItemLabelProps, FormItemInputProps, R
validateStatus?: ValidateStatus;
required?: boolean;
hidden?: boolean;
initialValue?: any;
/** Auto passed by List render props. User should not use this. */
fieldKey?: React.Key | React.Key[];