Skip to content

Commit 56e68f1

Browse files
committed
fix: remove duplicate ts type
1 parent f516fda commit 56e68f1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

types/form/form.d.ts

-7
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,6 @@ declare interface FieldDecoratorOptions {
143143
*/
144144
normalize?: (value: any, prevValue: any, allValues: any) => any;
145145

146-
/**
147-
* Keep the field even if field removed
148-
* @default false
149-
* @type boolean
150-
*/
151-
preserve?: boolean;
152-
153146
/**
154147
* Includes validation rules. Please refer to "Validation Rules" part for details.
155148
* @default n/a

0 commit comments

Comments
 (0)