add type definition for Form

This commit is contained in:
XY 2019-04-10 10:31:43 +09:00
parent b9aa4aec0c
commit ebd6cde2e1

View File

@ -363,6 +363,12 @@ export declare class Form extends AntdComponent {
options: object;
createForm(context: Vue, options?: IformCreateOption): any;
/**
* Convert props to field value
* @param field
*/
createFormField(field: any): any;
}
declare module 'vue/types/vue' {