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/)

7 lines (6 loc) 400 B
import { type RoundedCorners } from "../../utils/createRoundedRectPath"; import type { ChartBounds, PointsArray } from "../../types"; export declare const useBarPath: (points: PointsArray, chartBounds: ChartBounds, innerPadding?: number, roundedCorners?: RoundedCorners, customBarWidth?: number, barCount?: number) => { path: import("@shopify/react-native-skia").SkPath; barWidth: number; };