feat: update form ts
parent
6799f17070
commit
0aa764df51
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue