MCPcopy
hub / github.com/plouc/nivo / HeatMapCellAnnotationsProps

Interface HeatMapCellAnnotationsProps

packages/heatmap/src/HeatMapCellAnnotations.tsx:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { useCellAnnotations } from './hooks'
4
5interface HeatMapCellAnnotationsProps<Datum extends HeatMapDatum> {
6 cells: ComputedCell<Datum>[]
7 annotations: NonNullable<HeatMapCommonProps<Datum>['annotations']>
8}
9
10export const HeatMapCellAnnotations = <Datum extends HeatMapDatum>({
11 cells,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected