@kengic/core.react 0.0.1-beta.81 → 0.0.1-beta.82

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.
@@ -67942,6 +67942,7 @@ function initKgCoreReact(e) {
67942
67942
  } })), initWebComponents();
67943
67943
  }
67944
67944
  export {
67945
+ doKgWorkStation,
67945
67946
  initKgCoreReact,
67946
67947
  setHttpClient
67947
67948
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/core.react",
3
- "version": "0.0.1-beta.81",
3
+ "version": "0.0.1-beta.82",
4
4
  "type": "module",
5
5
  "main": "./kengic-core.react.js",
6
6
  "module": "./kengic-core.react.js",
package/src/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import './asset/index.css';
2
2
  import './iconify.init';
3
3
  import { IKgOption } from './component/Kg';
4
+ export { doKgWorkStation, type IDoKgWorkStation } from './component/KgWorkStation';
4
5
  export { setHttpClient } from './service';
5
6
  export interface IKgCoreReactOptions {
6
7
  /**