@kengic/core.react 0.0.2-beta.42 → 0.0.2-beta.43

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/core.react",
3
- "version": "0.0.2-beta.42",
3
+ "version": "0.0.2-beta.43",
4
4
  "type": "module",
5
5
  "main": "./kengic-core.react.js",
6
6
  "module": "./kengic-core.react.js",
@@ -0,0 +1,2 @@
1
+ /** 序号列的宽度. */
2
+ export declare const KG_TABLE_TD_INDEX_WIDTH = 55;