UNPKG

react-native-chart-kit

Version:

Beautiful React Native charts for dashboards, reports, and data-rich mobile apps.

7 lines 302 B
import type { GestureResponderEvent } from "react-native"; import type { ChartViewportBounds } from "./types"; export declare const isChartViewportEventInBounds: ({ bounds, event }: { bounds: ChartViewportBounds; event: GestureResponderEvent; }) => boolean; //# sourceMappingURL=bounds.d.ts.map