Files
emaui/node_modules/@module-federation/managers/dist/index.d.ts
2026-05-29 15:23:46 +03:00

9 lines
395 B
TypeScript

export { BasicPluginOptionsManager } from './BasicPluginOptionsManager';
export { ContainerManager } from './ContainerManager';
export { PKGJsonManager } from './PKGJsonManager';
export { RemoteManager } from './RemoteManager';
export { SharedManager } from './SharedManager';
export { UNKNOWN_MODULE_NAME } from './constant';
export * as utils from './utils';
export * as types from './types';