UNPKG

highcharts

Version:
15 lines (14 loc) 334 B
/*!* * * Copyright (c) Highsoft AS. All rights reserved. * *!*/ import * as globals from "../globals.src"; import * as _Highcharts from "../highcharts.src"; declare module "../highcharts.src" { interface DataTableOptions { columns?: DataTableColumnCollection; id?: string; } } export default _Highcharts;