UNPKG

react-native-chart-kit

Version:

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

7 lines 635 B
import type { ProgressChartProps, ProgressRingDatum, ProgressRingProps } from "./types"; export type * from "./types"; export { getProgressChartAccessibilitySummary, getProgressChartDataTable } from "./accessibility"; export type { ProgressChartDataTable, ProgressChartDataTableRow } from "./accessibility"; export declare const ProgressChart: <TData extends Record<string, unknown> = ProgressRingDatum>(props: ProgressChartProps<TData>) => import("react").JSX.Element; export declare const ProgressRing: ({ color, label, value, ...props }: ProgressRingProps) => import("react").JSX.Element; //# sourceMappingURL=ProgressChart.d.ts.map