mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
378 B
TypeScript
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;
|