feat: add createForm return ts type (#2116)
parent
39bf296b7a
commit
18ca95d031
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue