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