Skip to content

Commit 0aa764d

Browse files
committed
feat: update form ts
1 parent 6799f17 commit 0aa764d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

types/form/form.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,13 @@ declare interface FieldDecoratorOptions {
177177
* @type string
178178
*/
179179
valuePropName?: string;
180+
181+
/**
182+
* Whether to keep the information of the child node all the time.
183+
* @default false
184+
* @type boolean
185+
*/
186+
preserve?: boolean;
180187
}
181188

182189
export interface WrappedFormUtils {

0 commit comments

Comments
 (0)