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) 231 B
import { HeatMapDailyProps, HeatMapProps, HeatMapWeeklyProps } from '../types/heatmap'; export declare const WeeklyHeatMap: (props: HeatMapProps & HeatMapDailyProps & HeatMapWeeklyProps) => import("react/jsx-runtime").JSX.Element;