mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
Merge pull request #23381 from rjmccluskey/master
Highcharts: add support for importing from "highcharts/js/highcharts"
This commit is contained in:
2
types/highcharts/js/highcharts/index.d.ts
vendored
Normal file
2
types/highcharts/js/highcharts/index.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import Highcharts = require('../..');
|
||||
export = Highcharts;
|
||||
@@ -26,6 +26,7 @@
|
||||
"modules/offline-exporting.d.ts",
|
||||
"highcharts-more.d.ts",
|
||||
"highstock.d.ts",
|
||||
"js/highcharts/index.d.ts",
|
||||
"test/boost.ts",
|
||||
"test/exporting.ts",
|
||||
"test/highstock.ts",
|
||||
|
||||
Reference in New Issue
Block a user