Files
terminal/web/node_modules/react-use/lib/useScrolling.d.ts
T

4 lines
134 B
TypeScript

import { RefObject } from 'react';
declare const useScrolling: (ref: RefObject<HTMLElement>) => boolean;
export default useScrolling;