UNPKG

victory-native

Version:

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

8 lines (7 loc) 242 B
import { type SkPath } from "@shopify/react-native-skia"; import type { PieSliceData } from "../PieSlice"; type SlicePathArgs = { slice: PieSliceData; }; export declare const useSlicePath: ({ slice }: SlicePathArgs) => SkPath; export {};