@gingkoo/pandora-explorer 0.0.1-alpha.93 → 0.0.1-alpha.94

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/lib/es/types.d.ts CHANGED
@@ -100,4 +100,5 @@ export interface ColumnsProps {
100
100
  key: string;
101
101
  width?: number;
102
102
  render?: (param: any) => JSX.Element;
103
+ renderTool?: (param: any) => JSX.Element;
103
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gingkoo/pandora-explorer",
3
- "version": "0.0.1-alpha.93",
3
+ "version": "0.0.1-alpha.94",
4
4
  "description": "文件资源管理器",
5
5
  "main": "lib/es/index.js",
6
6
  "module": "lib/es/index.js",