UNPKG

victory-native

Version:

A charting library for React Native with a focus on performance and customization.

3 lines (2 loc) 206 B
import type { ChartPressState, ChartPressStateInit } from "../hooks/useChartPressState"; export declare const resetChartPressState: <Init extends ChartPressStateInit>(state: ChartPressState<Init>) => void;