UNPKG

react-native-chart-kit

Version:

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

13 lines 721 B
import type { ContributionGraphProps } from "./types"; export type * from "./types"; export { getContributionGraphAccessibilitySummary, getContributionGraphDataTable } from "./accessibility"; export type { ContributionGraphDataTable, ContributionGraphDataTableRow } from "./accessibility"; export declare const ContributionGraph: <TData extends { date?: string | number | Date; [key: string]: unknown; }>(props: ContributionGraphProps<TData>) => import("react").JSX.Element; export declare const CalendarHeatmap: <TData extends { date?: string | number | Date; [key: string]: unknown; }>(props: ContributionGraphProps<TData>) => import("react").JSX.Element; //# sourceMappingURL=ContributionGraph.d.ts.map