unipept-visualizations
Version:
The Unipept visualisation library
11 lines (9 loc) • 392 B
TypeScript
import { default as Heatmap } from './Heatmap';
import { HeatmapValue } from './HeatmapValue';
import { default as HeatmapSettings } from './HeatmapSettings';
import { HeatmapFeature } from './HeatmapFeature';
export { Heatmap, HeatmapSettings };
export type { HeatmapValue, HeatmapFeature };
export * from './cluster/index';
export * from './metric/index';
export * from './reorder/index';