UNPKG

@highcharts/dashboards

Version:
28 lines (27 loc) 414 B
/* * * * (c) 2009-2024 Highsoft AS * * License: www.highcharts.com/license * * !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!! * * Authors: * - Pawel Lysy * * */ 'use strict'; /* * * * Constants * * */ const configs = { emitters: {}, handlers: {} }; const defaults = { handlers: configs.handlers, emitters: configs.emitters }; export default defaults;