UNPKG

victory-native

Version:

[![Victory Native](https://oss.nearform.com/api/banner?badge=victory&text=victory+native&bg=9c2f1e)](https://commerce.nearform.com/open-source/victory-native/)

9 lines (8 loc) 493 B
import type { ChartBounds, PointsArray } from "../../types"; import { type RoundedCorners } from "../../utils/createRoundedRectPath"; export declare const useBarGroupPaths: (points: PointsArray[], chartBounds: ChartBounds, betweenGroupPadding?: number, withinGroupPadding?: number, roundedCorners?: RoundedCorners, customBarWidth?: number, barCount?: number) => { barWidth: number; groupWidth: number; gapWidth: number; paths: import("@shopify/react-native-skia").SkPath[]; };