UNPKG

react-nice-scroll

Version:

A React library to smooth scroll and scroll-based animations.

9 lines (8 loc) 251 B
import Scrollbar from 'smooth-scrollbar'; declare class AllowScrollPlugin extends Scrollbar.ScrollbarPlugin { static defaultOptions: { allow: boolean; }; transformDelta(delta: any): any; } export default AllowScrollPlugin;