UNPKG

react-smooth-scrollbar-z

Version:

A React wrapper for Smooth Scrollbar with hooks and plugin support

12 lines (11 loc) 311 B
import { ScrollbarPlugin } from "smooth-scrollbar"; export interface EdgeBounceOptions { distance?: number; duration?: number; } export default class EdgeBouncePlugin extends ScrollbarPlugin { static pluginName: string; options: EdgeBounceOptions; private animating; onRender(): void; }