UNPKG

@wojtekmaj/react-hooks

Version:

A collection of React Hooks.

7 lines (6 loc) 181 B
/** * Returns the interior width of the window in pixels. * * @returns {number | null} Width of the window in pixels */ export default function useWindowWidth(): number | null;