UNPKG
highcharts-fork-vermorxt
Version:
latest (8.0.4)
8.0.4
JavaScript charting framework
www.highcharts.com
highcharts/highcharts-dist
highcharts-fork-vermorxt
/
globals.src.d.ts
11 lines
(10 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/*!* * * 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
;