surat/vendor/bower-asset/highcharts/globals.src.d.ts

11 lines
232 B
TypeScript
Raw Normal View History

2024-12-25 03:04:59 +00:00
/*!*
*
* Copyright (c) Highsoft AS. All rights reserved.
*
*!*/
/**
* Reference to the global SVGElement class as a workaround for a name conflict
* in the Highcharts namespace.
*/
export type GlobalSVGElement = SVGElement;