mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
feat: export FormItemProps (#20089)
This commit is contained in:
parent
3e4b8cd414
commit
6a70d31f1c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user