UNPKG

get-client-window-size

Version:

A safe way of returning the interior width and height of the window in pixels

6 lines (5 loc) 133 B
export declare const getClientWindowSize: () => { width: number; height: number; }; export default getClientWindowSize;