react-native-chart-kit
Version:
Beautiful React Native charts for dashboards, reports, and data-rich mobile apps.
5 lines • 583 B
TypeScript
import { type LineChartAxisLabelAnimationConfig, type LineChartYAxisLabelModel } from "./axisLabels";
import type { LineChartModel } from "./useChartModel";
export declare const useAnimatedYAxisLabels: (labels: LineChartYAxisLabelModel[], animation?: boolean | LineChartAxisLabelAnimationConfig) => LineChartYAxisLabelModel[];
export declare const useLineChartYAxisLabels: <TData extends Record<string, unknown>>(model: LineChartModel<TData>, animation?: boolean | LineChartAxisLabelAnimationConfig) => LineChartYAxisLabelModel[];
//# sourceMappingURL=useAnimatedYAxisLabels.d.ts.map