UNPKG

highcharts

Version:
15 lines (14 loc) 290 B
/*!* * * Copyright (c) Highsoft AS. All rights reserved. * *!*/ import * as globals from "../globals"; import * as _Highcharts from "../highcharts"; declare module "../highcharts" { interface Point { high?: number; low?: number; } } export default _Highcharts;