UNPKG

highcharts

Version:
19 lines (18 loc) 414 B
/*!* * * Copyright (c) Highsoft AS. All rights reserved. * *!*/ import * as globals from "../globals.src"; import * as _Highcharts from "../highcharts.src"; declare module "../highcharts.src" { /** * The color variable names and values are copied from highcharts.css */ let defaultRules: any; /** * Apply the theme. */ function apply(): void; } export default _Highcharts;