import type { Virtualizer } from '@tanstack/react-virtual'; /** * Scrolls the virtualized series list so the active (hovered) series is brought * into view whenever it changes. `activeItem` is negative when there is no * active series, in which case no scrolling happens. */ export declare const useScrollActiveItemIntoView: (virtualizer: Virtualizer, activeItem: number) => void; //# sourceMappingURL=use-scroll-active-item-into-view.d.ts.map