Skip to content

Commit 8c3a469

Browse files
baranwangzhoudewei2526
authored andcommitted
feat: add createForm return ts type (vueComponent#2116)
1 parent b48e3e5 commit 8c3a469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/form/form.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ export declare class Form extends AntdComponent {
389389
*/
390390
options: object;
391391

392-
createForm(context: Vue, options?: IformCreateOption): any;
392+
createForm(context: Vue, options?: IformCreateOption): WrappedFormUtils;
393393

394394
/**
395395
* Convert props to field value

0 commit comments

Comments
 (0)