Skip to content

Commit 18ca95d

Browse files
authored
feat: add createForm return ts type (#2116)
1 parent 39bf296 commit 18ca95d

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)