UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

13 lines (9 loc) 437 B
// Type definitions for Highcharts 4.2.6 (exporting module) // Project: http://www.highcharts.com/ // Definitions by: Maciej Suchecki <http://github.com/mc-suchecki> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// <reference path="highcharts.d.ts" /> declare var HighchartsExporting: (H: HighchartsStatic) => HighchartsStatic; declare module "highcharts/modules/exporting" { export = HighchartsExporting; }