fix: remove duplicate ts type
parent
f516fdaaae
commit
56e68f19a7
|
@ -143,13 +143,6 @@ declare interface FieldDecoratorOptions {
|
||||||
*/
|
*/
|
||||||
normalize?: (value: any, prevValue: any, allValues: any) => any;
|
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.
|
* Includes validation rules. Please refer to "Validation Rules" part for details.
|
||||||
* @default n/a
|
* @default n/a
|
||||||
|
|
Loading…
Reference in New Issue