mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +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;
|
||||
|
||||
/** Auto passed by List render props. User should not use this. */
|
||||
fieldKey: number;
|
||||
fieldKey?: number;
|
||||
}
|
||||
|
||||
const FormItem: React.FC<FormItemProps> = (props: FormItemProps) => {
|
||||
|
Loading…
Reference in New Issue
Block a user