mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-03 04:27:41 +08:00
fix: remove duplicate ts type
This commit is contained in:
parent
f516fdaaae
commit
56e68f19a7
7
types/form/form.d.ts
vendored
7
types/form/form.d.ts
vendored
@ -143,13 +143,6 @@ declare interface FieldDecoratorOptions {
|
||||
*/
|
||||
normalize?: (value: any, prevValue: any, allValues: any) => any;
|
||||
|
||||
/**
|
||||
* Keep the field even if field removed
|
||||
* @default false
|
||||
* @type boolean
|
||||
*/
|
||||
preserve?: boolean;
|
||||
|
||||
/**
|
||||
* Includes validation rules. Please refer to "Validation Rules" part for details.
|
||||
* @default n/a
|
||||
|
Loading…
Reference in New Issue
Block a user