mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 12:01:00 +00:00
9 lines
234 B
TypeScript
9 lines
234 B
TypeScript
import runtime from "./index.js";
|
|
export * from "@module-federation/runtime";
|
|
|
|
//#region src/bundler.d.ts
|
|
declare namespace bundler_d_exports {
|
|
export { runtime as default };
|
|
}
|
|
export = runtime;
|
|
//# sourceMappingURL=bundler.d.ts.map
|