globals.src.d.ts 232 B

12345678910
  1. /*!*
  2. *
  3. * Copyright (c) Highsoft AS. All rights reserved.
  4. *
  5. *!*/
  6. /**
  7. * Reference to the global SVGElement class as a workaround for a name conflict
  8. * in the Highcharts namespace.
  9. */
  10. export type GlobalSVGElement = SVGElement;