@sooloer/pages 0.1.20 → 0.1.21

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.
@@ -16,7 +16,7 @@ export interface SelectedRowKeyProps {
16
16
  /**
17
17
  * @description 取表格 roeKey 字段,必传
18
18
  */
19
- id?: string;
19
+ id?: string | number;
20
20
  /**
21
21
  * @description 当前勾选行信息
22
22
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sooloer/pages",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "A react library developed with dumi",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",