Test/node_modules/react-remove-scroll/dist/es2015/handleScroll.d.ts
2026-04-09 22:54:00 +07:00

3 lines
262 B
TypeScript

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