module.ts 162 B

1234567
  1. ///<reference path="../../../headers/common.d.ts" />
  2. import './color_legend';
  3. import {HeatmapCtrl} from './heatmap_ctrl';
  4. export {
  5. HeatmapCtrl as PanelCtrl
  6. };