UNPKG

react-native-chart-kit

Version:

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

3 lines 199 B
import type { SvgLayerProps } from "./types"; export declare const SvgLayer: ({ children, name, testID, ...props }: SvgLayerProps) => import("react").JSX.Element; //# sourceMappingURL=layers.d.ts.map