@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.
- package/kengic-core.react.js +1 -0
- package/package.json +1 -1
- package/src/index.d.ts +1 -0
package/kengic-core.react.js
CHANGED
|
@@ -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
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
|
/**
|