UNPKG

@darwish/hooks-core

Version:

7 lines (6 loc) 179 B
/// <reference types="react" /> declare const useScroll: <T extends import("react").MutableRefObject<any>>(ref: T) => { x: number; y: number; }; export default useScroll;