react-native-chart-kit
Version:
Beautiful React Native charts for dashboards, reports, and data-rich mobile apps.
10 lines • 512 B
TypeScript
import type { BarChartTooltipModel } from "./tooltip";
export declare const getBarChartTooltipAnimationTargetKey: <TData>(tooltip: BarChartTooltipModel<TData>) => string;
export declare const useAnimatedBarChartTooltipModel: <TData>(tooltip: BarChartTooltipModel<TData> | undefined, positionAnimationDuration: number) => {
x: number;
y: number;
bar: import("./types").BarChartBarModel<TData>;
height: number;
width: number;
} | undefined;
//# sourceMappingURL=useAnimatedTooltipModel.d.ts.map