UNPKG

@ebay/ebayui-core

Version:

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

9 lines (7 loc) 202 B
export function load() { const modleLoader = import("./module-loader"); return modleLoader.then((modules) => { window.Highcharts = modules.highcharts; return modules; }); }