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