UNPKG

heatmap-cluster

Version:
8 lines (7 loc) 185 B
/** * A HeatmapFeature denotes the name of a row / column and an index associated with this feature. */ export default interface HeatmapFeature { name: string; idx: number; }