UNPKG

smooth-scrollbar

Version:

Customize scrollbar in modern browsers with smooth scrolling experience.

10 lines (9 loc) 239 B
import Scrollbar from 'smooth-scrollbar'; export declare class Bounce { private _scrollbar; constructor(_scrollbar: Scrollbar); render({ x, y }: { x?: number | undefined; y?: number | undefined; }): void; }