UNPKG

react-native-chart-kit

Version:

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

7 lines 549 B
import type { PieChartProps } from "./types"; export type * from "./types"; export { getPieChartAccessibilitySummary, getPieChartDataTable } from "./accessibility"; export type { PieChartDataTable, PieChartDataTableRow } from "./accessibility"; export declare const PieChart: <TData extends Record<string, unknown>>(props: PieChartProps<TData>) => import("react").JSX.Element; export declare const DonutChart: <TData extends Record<string, unknown>>(props: PieChartProps<TData>) => import("react").JSX.Element; //# sourceMappingURL=PieChart.d.ts.map