DefinitelyTyped/highcharts/modules/boost.d.ts

11 lines
378 B
TypeScript

// Type definitions for Highcharts 4.2.6 (boost module)
// Project: http://www.highcharts.com/
// Definitions by: Daniel Martin <http://github.com/inad9300>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import { Static } from "highcharts";
declare var HighchartsBoost: (H: Static) => Static;
export = HighchartsBoost;
export as namespace HighchartsBoost;