mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Fixed module name for Highcharts Exporting Module - fixes #10540
This commit is contained in:
2
highcharts/highcharts-modules-exporting.d.ts
vendored
2
highcharts/highcharts-modules-exporting.d.ts
vendored
@@ -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