UNPKG

@wojtekmaj/react-hooks

Version:

A collection of React Hooks.

7 lines (6 loc) 184 B
/** * Returns the interior height of the window in pixels. * * @returns {number | null} Height of the window in pixels */ export default function useWindowHeight(): number | null;