feat: add createForm return ts type (#2116)

pull/2150/head
Baran 2020-04-22 14:57:36 +08:00 committed by GitHub
parent 39bf296b7a
commit 18ca95d031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ export declare class Form extends AntdComponent {
*/ */
options: object; options: object;
createForm(context: Vue, options?: IformCreateOption): any; createForm(context: Vue, options?: IformCreateOption): WrappedFormUtils;
/** /**
* Convert props to field value * Convert props to field value