feat: update form ts

pull/398/head
tangjinzhou 2019-01-01 16:44:48 +08:00
parent 6799f17070
commit 0aa764df51
1 changed files with 7 additions and 0 deletions

View File

@ -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 {