highmaps.d.ts 173 B

12345678
  1. /*!*
  2. *
  3. * Copyright (c) Highsoft AS. All rights reserved.
  4. *
  5. *!*/
  6. import * as Highcharts from './highcharts';
  7. import MapModule from './modules/map';
  8. export = Highcharts;