mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 15:30:57 +00:00
17 lines
671 B
JavaScript
17 lines
671 B
JavaScript
const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
|
|
require('./index.cjs');
|
|
let _module_federation_runtime = require("@module-federation/runtime");
|
|
|
|
//#region src/bundler.ts
|
|
var bundler_exports = /* @__PURE__ */ require_runtime.__exportAll({ default: () => _module_federation_runtime });
|
|
|
|
//#endregion
|
|
module.exports = _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]; }
|
|
});
|
|
});
|
|
|
|
//# sourceMappingURL=bundler.cjs.map
|