12 lines
400 B
TypeScript
12 lines
400 B
TypeScript
![]() |
/**
|
||
|
* @author Kuitos
|
||
|
* @since 2019-04-25
|
||
|
*/
|
||
|
export { loadMicroApp, registerMicroApps, start } from './apis';
|
||
|
export { initGlobalState } from './globalState';
|
||
|
export { getCurrentRunningApp as __internalGetCurrentRunningApp } from './sandbox';
|
||
|
export * from './errorHandler';
|
||
|
export * from './effects';
|
||
|
export * from './interfaces';
|
||
|
export { prefetchImmediately as prefetchApps } from './prefetch';
|