module.ts 109 B

1234
  1. import './color_legend';
  2. import { HeatmapCtrl } from './heatmap_ctrl';
  3. export { HeatmapCtrl as PanelCtrl };