UNPKG

victory-native

Version:

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

5 lines (4 loc) 141 B
export declare const getStackedBarTouchSegmentIndex: ({ values, touchValue, }: { values: number[]; touchValue: number; }) => number;