mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 10:52:54 +00:00
8 lines
229 B
JavaScript
8 lines
229 B
JavaScript
//#region src/createModuleFederationConfig.ts
|
|
const createModuleFederationConfig = (options) => {
|
|
return options;
|
|
};
|
|
|
|
//#endregion
|
|
export { createModuleFederationConfig };
|
|
//# sourceMappingURL=createModuleFederationConfig.js.map
|