recharts
Version:
React charts
5 lines (4 loc) • 297 B
TypeScript
import { TickItem } from '../../../util/types';
import { TooltipIndex } from '../../tooltipSlice';
import { ActiveLabel } from '../../../synchronisation/types';
export declare const combineActiveLabel: (tooltipTicks: ReadonlyArray<TickItem> | undefined, activeIndex: TooltipIndex) => ActiveLabel;