UNPKG

@ebay/ebayui-core

Version:

Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.

10 lines (8 loc) 198 B
module.exports = { load: function () { const moduleLoader = import("./module-loader"); return moduleLoader.then((modules) => { return modules; }); }, };