diff --git a/src/components/Form/src/types/form.ts b/src/components/Form/src/types/form.ts index 9dcf3345..2c772286 100644 --- a/src/components/Form/src/types/form.ts +++ b/src/components/Form/src/types/form.ts @@ -49,6 +49,7 @@ export type RegisterFn = (formInstance: FormActionType) => void; export type UseFormReturnType = [RegisterFn, FormActionType]; export interface FormProps { + name?: string; layout?: 'vertical' | 'inline' | 'horizontal'; // Form value model?: Recordable;