@ksconsole/qiankun-plus
Version:
A completed implementation of Micro Frontends
12 lines (11 loc) • 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';