diff --git a/types/form/form.d.ts b/types/form/form.d.ts index 522299521..956cd2a64 100644 --- a/types/form/form.d.ts +++ b/types/form/form.d.ts @@ -177,6 +177,13 @@ declare interface FieldDecoratorOptions { * @type string */ valuePropName?: string; + + /** + * Whether to keep the information of the child node all the time. + * @default false + * @type boolean + */ + preserve?: boolean; } export interface WrappedFormUtils {