From a343b49014adc1a0502349fba9bec82c9d6726be Mon Sep 17 00:00:00 2001 From: zuihou <244387066@qq.com> Date: Mon, 28 Mar 2022 00:41:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A1=A8=E5=8D=95=E6=96=B0=E5=A2=9Enam?= =?UTF-8?q?e=E5=B1=9E=E6=80=A7=E3=80=82=20=E9=85=8D=E7=BD=AEname=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E5=8F=AF=E4=BB=A5=E8=A7=A3=E5=86=B3=E5=90=8C=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E9=A1=B5=E9=9D=A2=E6=9C=89=E5=A4=9A=E4=B8=AA=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E4=B8=94=E5=AD=98=E5=9C=A8=E7=9B=B8=E5=90=8C=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E6=97=B6=EF=BC=8C=20=E7=94=9F=E6=88=90=E7=9A=84?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=AD=97=E6=AE=B5=E7=9A=84id=E7=9B=B8?= =?UTF-8?q?=E5=90=8C=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Form/src/types/form.ts | 1 + 1 file changed, 1 insertion(+) 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;