diff --git a/types/form/form.d.ts b/types/form/form.d.ts index 11cd388ab..9c98ab851 100644 --- a/types/form/form.d.ts +++ b/types/form/form.d.ts @@ -297,6 +297,12 @@ export interface WrappedFormUtils { } export interface IformCreateOption { + /** + * Set prefix for the form fields id + * @type string + */ + name?: string; + /** * Only supports the use of Form.create({})(CustomizedForm). declare props on form(like vue props) * @type object