UNPKG

smooth-scrollbar

Version:

Customize scrollbar in modern browsers with smooth scrolling experience.

3 lines (2 loc) 235 B
import * as I from '../interfaces/'; export declare function scrollIntoView(scrollbar: I.Scrollbar, elem: HTMLElement, { alignToTop, onlyScrollIfNeeded, offsetTop, offsetLeft, offsetBottom, }?: Partial<I.ScrollIntoViewOptions>): void;