handleScroll.d.ts 262 B

123
  1. import { Axis } from './types';
  2. export declare const locationCouldBeScrolled: (axis: Axis, node: HTMLElement) => boolean;
  3. export declare const handleScroll: (axis: Axis, endTarget: HTMLElement, event: any, sourceDelta: number, noOverscroll: boolean) => boolean;