Browse Source

Update FormItem typescript definition (#17703)

pull/17729/head
jeessy2 5 years ago
committed by zombieJ
parent
commit
49973c8df2
  1. 2
      components/form/FormItem.tsx

2
components/form/FormItem.tsx

@ -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…
Cancel
Save