UNPKG

react-native-chart-kit

Version:

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

3 lines 261 B
import type { SvgSymbolProps } from "./types"; export declare const SvgSymbol: ({ cornerRadius, fill, opacity, shape, size, stroke, strokeLinecap, strokeWidth, testID, x, y }: SvgSymbolProps) => import("react").JSX.Element; //# sourceMappingURL=symbols.d.ts.map