Browse Source

fix: remove duplicate ts type

pull/471/head
tangjinzhou 6 years ago
parent
commit
56e68f19a7
  1. 7
      types/form/form.d.ts

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…
Cancel
Save