@highcharts/dashboards
Version:
Highcharts Dashboards framework
20 lines (19 loc) • 493 B
TypeScript
/**
* @license Highcharts Dashboards Math 4.2.1 (2026-08-06)
* @module dashboards/modules/math-modifier
* @requires dashboards
*
* (c) 2009-2026 Highsoft AS
*
* A commercial license may be required depending on use,
* see www.highcharts.com/license
*/
import Formula from '../../Data/Formula/Formula.js';
import '../../Data/Modifiers/MathModifier.js';
declare global {
interface Dashboards {
Formula: typeof Formula;
}
}
declare const G: Dashboards;
export default G;