mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
Update FormItem typescript definition (#17703)
This commit is contained in:
parent
a57a2f754d
commit
49973c8df2
@ -29,7 +29,7 @@ interface FormItemProps extends FormItemLabelProps, FormItemInputProps, RcFieldP
|
|||||||
required?: boolean;
|
required?: boolean;
|
||||||
|
|
||||||
/** Auto passed by List render props. User should not use this. */
|
/** Auto passed by List render props. User should not use this. */
|
||||||
fieldKey: number;
|
fieldKey?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
const FormItem: React.FC<FormItemProps> = (props: FormItemProps) => {
|
const FormItem: React.FC<FormItemProps> = (props: FormItemProps) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user