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) 155 B
import { HeatMapDailyProps } from '../types/heatmap'; export declare const getCountFromDailyData: (date: Date, data: HeatMapDailyProps["data"]) => number;