mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 17:50:56 +00:00
7 lines
301 B
TypeScript
7 lines
301 B
TypeScript
import { ModuleFederation } from "@module-federation/runtime-core";
|
|
|
|
//#region src/utils.d.ts
|
|
declare function getGlobalFederationInstance(name: string, version: string | undefined): ModuleFederation | undefined;
|
|
//#endregion
|
|
export { getGlobalFederationInstance };
|
|
//# sourceMappingURL=utils.d.ts.map
|