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