mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Fixed module name for Highcharts Exporting Module - fixes #10540
This commit is contained in:
+1
-1
@@ -7,6 +7,6 @@
|
||||
|
||||
declare var HighchartsExporting: (H: HighchartsStatic) => HighchartsStatic;
|
||||
|
||||
declare module "highcharts/highcharts-modules-exporting" {
|
||||
declare module "highcharts/modules/exporting" {
|
||||
export = HighchartsExporting;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user