Project Init

This commit is contained in:
Muluhabt
2026-05-29 15:23:46 +03:00
commit 2fbc557aac
67387 changed files with 6063341 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
import * as runtimeCore from "@module-federation/runtime-tools/runtime-core";
import { ModuleFederationRuntimePlugin } from "@module-federation/runtime-tools/runtime-core";
//#region src/index.d.ts
declare global {
var __VERSION__: string;
var _FEDERATION_RUNTIME_CORE: typeof runtimeCore;
var _FEDERATION_RUNTIME_CORE_FROM: {
version: string;
name: string;
};
}
declare function injectExternalRuntimeCorePlugin(): ModuleFederationRuntimePlugin;
//#endregion
export { injectExternalRuntimeCorePlugin as default };
//# sourceMappingURL=index.d.ts.map