fix: remove duplicate ts type

This commit is contained in:
tangjinzhou 2019-01-27 21:22:41 +08:00
parent f516fdaaae
commit 56e68f19a7

View File

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