UNPKG

react-native-chart-kit

Version:

Beautiful React Native charts for dashboards, reports, and data-rich mobile apps.

4 lines 295 B
import type { SvgClipPolicy, SvgClipPolicyInput } from "./types"; export declare const createClipPathRef: (id: string) => string; export declare const resolveSvgClipPolicy: ({ enabled, id, inset, x, y, width, height }: SvgClipPolicyInput) => SvgClipPolicy; //# sourceMappingURL=clipPath.d.ts.map