@guo514360255/antd-lib 1.9.0 → 1.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ interface CustomDescriptionsProps {
9
9
  /**
10
10
  * 处理详情数据
11
11
  */
12
- handleDetailData: (data: any) => any;
12
+ handleDetailData?: (data: any) => any;
13
13
 
14
14
  /**
15
15
  * 请求接口
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guo514360255/antd-lib",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "react design 5 lib",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",