Fixed module name for Highcharts Exporting Module - fixes #10540

This commit is contained in:
msucheck
2016-08-16 16:43:23 +02:00
parent 0b7a922c83
commit 2fc3a43ab8

View File

@@ -7,6 +7,6 @@
declare var HighchartsExporting: (H: HighchartsStatic) => HighchartsStatic;
declare module "highcharts/highcharts-modules-exporting" {
declare module "highcharts/modules/exporting" {
export = HighchartsExporting;
}