diff --git a/components/form/FormItem.tsx b/components/form/FormItem.tsx index 3209cd2bc0..faed7f3890 100644 --- a/components/form/FormItem.tsx +++ b/components/form/FormItem.tsx @@ -18,7 +18,7 @@ export type ValidateStatus = typeof ValidateStatuses[number]; type RenderChildren = (form: FormInstance) => React.ReactElement; -interface FormItemProps extends FormItemLabelProps, FormItemInputProps, RcFieldProps { +export interface FormItemProps extends FormItemLabelProps, FormItemInputProps, RcFieldProps { prefixCls?: string; noStyle?: boolean; style?: React.CSSProperties;