UNPKG

react-native-chart-kit

Version:

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

11 lines 614 B
import type { ResolvedCartesianChartTheme } from "../../theme"; import type { LineChartDotRenderProps, LineChartRenderer } from "./types"; import type { LineChartDotColor } from "./options"; export declare const resolveDotColor: ({ color, fallback, seriesColor, theme }: { color: LineChartDotColor; fallback: string; seriesColor: string; theme: ResolvedCartesianChartTheme; }) => string; export declare const renderDefaultDot: <TData>({ color, config, point, theme }: LineChartDotRenderProps<TData>, renderer: LineChartRenderer) => import("react").JSX.Element; //# sourceMappingURL=markers.d.ts.map