Initial commit
This commit is contained in:
3
node_modules/react-remove-scroll/dist/es5/handleScroll.d.ts
generated
vendored
Normal file
3
node_modules/react-remove-scroll/dist/es5/handleScroll.d.ts
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user