react-beautiful-heatmap
Version:
A calendar heatmap component built on SVG
5 lines (3 loc) • 404 B
TypeScript
import { ReactHeatmapProps } from './types';
declare function ReactHeatmap({ layout, values, startDate, endDate, gutterSize, showMonthLabels, showWeekdayLabels, showOutOfRangeDays, monthLabels, weekdayLabels, tooltipDataAttrs, titleForValue, classForValue, onClick, onMouseOver, onMouseLeave, transformDayElement, }: ReactHeatmapProps): import("react/jsx-runtime").JSX.Element;
export { ReactHeatmap };