Compare commits

..

No commits in common. "8f0c9b97021af9dbe4e35dbc55ad1ec52de37866" and "926e80c10306e328cd4bc4d2a482a887c50c9fe0" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@ export interface CustomRenderProps {
/** 表单当前值 */
formValues: FormValues;
/** 字段值 */
value: any;
value?: any;
/** 值变化回调 */
onChange: (value: any) => void;
onChange?: (value: any) => void;
/** 其他属性 */
[key: string]: any;
}

View File

@ -1,7 +1,7 @@
{
"name": "zy-react-library",
"private": false,
"version": "1.0.42",
"version": "1.0.41",
"type": "module",
"description": "",
"author": "LiuJiaNan",