Type alias FormGroupProps
Form
Group
Props
: { groups
?: { [key:
string]
: FormGroupItemProps; }; type
?: string; [key:
string]
: any; }
Type declaration
-
[key: string]: any
-
Optional
groups?: {
[key: string]: FormGroupItemProps;
}
-
Optional
type?: string
表单分组配置