highcharts-gantt.d.ts 177 B

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