diff --git a/types/form/form.d.ts b/types/form/form.d.ts index 59feb60bb..62f7ab9cb 100644 --- a/types/form/form.d.ts +++ b/types/form/form.d.ts @@ -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' {