add type definition for Form
parent
b9aa4aec0c
commit
ebd6cde2e1
|
@ -363,6 +363,12 @@ export declare class Form extends AntdComponent {
|
||||||
options: object;
|
options: object;
|
||||||
|
|
||||||
createForm(context: Vue, options?: IformCreateOption): any;
|
createForm(context: Vue, options?: IformCreateOption): any;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Convert props to field value
|
||||||
|
* @param field
|
||||||
|
*/
|
||||||
|
createFormField(field: any): any;
|
||||||
}
|
}
|
||||||
|
|
||||||
declare module 'vue/types/vue' {
|
declare module 'vue/types/vue' {
|
||||||
|
|
Loading…
Reference in New Issue