UNPKG

react-nice-scroll

Version:

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

10 lines (9 loc) 284 B
import Scrollbar from 'smooth-scrollbar'; declare class WillChangePlugin extends Scrollbar.ScrollbarPlugin { transformDelta(delta: any, _evt: any): any; onRender(remainMomentum: { x: number; y: number; }): void; } export default WillChangePlugin;