UNPKG

react-use-gesture

Version:

React hook for receiving gestures https://use-gesture.netlify.app

10 lines (9 loc) 365 B
import CoordinatesRecognizer from './CoordinatesRecognizer'; export declare class ScrollRecognizer extends CoordinatesRecognizer<'scroll'> { readonly ingKey = "scrolling"; readonly stateKey = "scroll"; debounced: boolean; handleEvent: (event: React.UIEvent | UIEvent) => void; onEnd: () => void; addBindings(bindings: any): void; }