优化FormItemsRenderer类型
parent
eeb62f0355
commit
e46a317041
|
|
@ -11,9 +11,9 @@ export interface CustomRenderProps {
|
|||
/** 表单当前值 */
|
||||
formValues: FormValues;
|
||||
/** 字段值 */
|
||||
value: any;
|
||||
value?: any;
|
||||
/** 值变化回调 */
|
||||
onChange: (value: any) => void;
|
||||
onChange?: (value: any) => void;
|
||||
/** 其他属性 */
|
||||
[key: string]: any;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue