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