fix: remove duplicate ts type

pull/471/head
tangjinzhou 2019-01-27 21:22:41 +08:00
parent f516fdaaae
commit 56e68f19a7
1 changed files with 0 additions and 7 deletions

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