mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix: typescript build in windows error from-item initialValue (#26292)
This commit is contained in:
parent
e6e149b1c4
commit
ab59023971
@ -50,6 +50,7 @@ export interface FormItemProps extends FormItemLabelProps, FormItemInputProps, R
|
|||||||
validateStatus?: ValidateStatus;
|
validateStatus?: ValidateStatus;
|
||||||
required?: boolean;
|
required?: boolean;
|
||||||
hidden?: boolean;
|
hidden?: boolean;
|
||||||
|
initialValue?: any;
|
||||||
|
|
||||||
/** Auto passed by List render props. User should not use this. */
|
/** Auto passed by List render props. User should not use this. */
|
||||||
fieldKey?: React.Key | React.Key[];
|
fieldKey?: React.Key | React.Key[];
|
||||||
|
Loading…
Reference in New Issue
Block a user