UNPKG

smooth-scrollbar

Version:

Customize scrollbar in modern browsers with smooth scrolling experience.

7 lines (6 loc) 290 B
import { Scrollbar } from '../interfaces/'; export interface EventHandler { (event: any): void; } export declare function eventScope(scrollbar: Scrollbar): (elem: EventTarget, events: string, fn: EventHandler) => void; export declare function clearEventsOn(scrollbar: Scrollbar): void;