react-heatgrid
Version:
React HeatGrid: Easily integrate customizable, interactive heatmaps into your React applications for data visualization.
5 lines (4 loc) • 342 B
TypeScript
import React from "react";
import { CalendarType } from "../types/CalendarType";
declare function Calendar({ months, gridSize, gap, data, dateFormat, colors, fontSize, fontColor, DisabledToolTip, DisabledLegend, placement, tooltipBg, tooltipTextColor, tooltipLabel, tooltipStyle, }: CalendarType): React.JSX.Element;
export default Calendar;