UNPKG

the-platform

Version:

React Hooks and Suspense-ready Components for Web API's and elements

7 lines (6 loc) 145 B
export declare const useWindowScrollPosition: ({ throttleMs, }?: { throttleMs?: number | undefined; }) => { x: number; y: number; };