UNPKG

victory-native

Version:

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

7 lines (6 loc) 194 B
export declare const getBarGroupOffset: ({ groupWidth, barWidth, gapWidth, barIndex, }: { groupWidth: number; barWidth: number; gapWidth: number; barIndex: number; }) => number;