@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.
12 lines (11 loc) • 367 B
TypeScript
import { HeatMapControllerProps } from '../types/heatmap';
export declare const useController: (props: HeatMapControllerProps) => {
scrollEnabled: boolean;
showsHorizontalScrollIndicator: boolean;
pressable: boolean;
hoverable: boolean;
rtl: boolean;
isHeaderVisible: boolean;
isCellTextVisible: boolean;
isSidebarVisible: boolean;
};