UNPKG

recharts

Version:
5 lines (4 loc) 297 B
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;