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

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 {};