// Type definitions for Highcharts 4.2.6 // Project: http://www.highcharts.com/ // Definitions by: Maciej Suchecki // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// declare var HighchartsMore: (H: HighchartsStatic) => HighchartsStatic; declare module "highcharts/highcharts-more" { export = HighchartsMore; }