UNPKG

victory-native

Version:

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

4 lines (3 loc) 173 B
import { type ClipDef } from "@shopify/react-native-skia"; import type { ChartBounds } from "../types"; export declare const boundsToClip: (bounds: ChartBounds) => ClipDef;