UNPKG

@nivo/heatmap

Version:
5 lines 448 B
import { CellComponentProps, HeatMapDatum } from './types'; declare const NonMemoizedHeatMapCellRect: <Datum extends HeatMapDatum>({ cell, borderWidth, borderRadius, animatedProps, onMouseEnter, onMouseMove, onMouseLeave, onClick, enableLabels, }: CellComponentProps<Datum>) => import("react/jsx-runtime").JSX.Element; export declare const HeatMapCellRect: typeof NonMemoizedHeatMapCellRect; export {}; //# sourceMappingURL=HeatMapCellRect.d.ts.map