UNPKG

@symbiot.dev/react-native-heatmap

Version:

A lightweight and customizable activity graph for React Native, perfect for visualizing user engagement, habits, streaks, or productivity over time.

3 lines (2 loc) 191 B
import { HeatMapDailyProps, HeatMapProps } from '../types/heatmap'; export declare const MonthlyHeatMap: (props: HeatMapProps & HeatMapDailyProps) => import("react/jsx-runtime").JSX.Element;