UNPKG

@ebay/ebayui-core

Version:

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

11 lines (9 loc) 248 B
module.exports = { load: function () { const modleLoader = import("./module-loader"); return modleLoader.then((modules) => { window.Highcharts = modules.highcharts; return modules; }); }, };