Icard/angular-clarity-master(work.../node_modules/highcharts/globals.src.d.ts

11 lines
232 B
TypeScript

/*!*
*
* 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;