Browse Source

feat: add name definition for create form option (#1869)

pull/1924/head
itmajing 5 years ago committed by GitHub
parent
commit
4f49338f76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      types/form/form.d.ts

6
types/form/form.d.ts vendored

@ -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

Loading…
Cancel
Save