From 1a72cb273c5d84d896bd3915dea7d3ec4099961b Mon Sep 17 00:00:00 2001 From: Baran Date: Sat, 18 Apr 2020 20:34:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=98=8E=E7=A1=AE=20createForm=20?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/form/form.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/form/form.d.ts b/types/form/form.d.ts index 9c98ab8511..8967cde483 100644 --- a/types/form/form.d.ts +++ b/types/form/form.d.ts @@ -389,7 +389,7 @@ export declare class Form extends AntdComponent { */ options: object; - createForm(context: Vue, options?: IformCreateOption): any; + createForm(context: Vue, options?: IformCreateOption): WrappedFormUtils; /** * Convert props to field value