mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 15:30:57 +00:00
10 lines
364 B
JavaScript
10 lines
364 B
JavaScript
|
|
|
|
var _module_federation_runtime_core = require("@module-federation/runtime/core");
|
|
Object.keys(_module_federation_runtime_core).forEach(function (k) {
|
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
enumerable: true,
|
|
get: function () { return _module_federation_runtime_core[k]; }
|
|
});
|
|
});
|