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