UNPKG

the-platform

Version:

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

7 lines (6 loc) 136 B
export declare const useWindowSize: (options?: { throttleMs?: number | undefined; }) => { width: number; height: number; };