UNPKG

recharts

Version:
4 lines (3 loc) 230 B
import { TickItem } from '../../../util/types'; import { TooltipIndex } from '../../tooltipSlice'; export declare const combineActiveLabel: (tooltipTicks: ReadonlyArray<TickItem>, activeIndex: TooltipIndex) => string | undefined;