add type definition for Form

pull/683/head
XY 2019-04-10 10:31:43 +09:00
parent b9aa4aec0c
commit ebd6cde2e1
1 changed files with 6 additions and 0 deletions

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' {