UNPKG

react-native-chart-kit

Version:

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

6 lines 422 B
import "./ensureConsole"; import type { SvgClipRectProps, SvgLinearGradientDefProps } from "./types"; export { createClipPathRef } from "./clipPath"; export declare const SvgClipRect: ({ id, x, y, width, height }: SvgClipRectProps) => import("react").JSX.Element; export declare const SvgLinearGradientDef: ({ stops, ...props }: SvgLinearGradientDefProps) => import("react").JSX.Element; //# sourceMappingURL=defs.d.ts.map