UNPKG

phx-react

Version:

PHX REACT

8 lines (7 loc) 256 B
import { RefObject } from 'react'; type UseHasScrollResult = { hasVerticalScroll: boolean; hasHorizontalScroll: boolean; }; export declare function useHasScroll(ref: RefObject<HTMLElement | null>, deps?: Array<any>): UseHasScrollResult; export {};