UNPKG

@wojtekmaj/react-hooks

Version:

A collection of React Hooks.

7 lines (6 loc) 167 B
/** * Returns the online status of the browser. * * @returns {boolean | null} Online status of the browser */ export default function useOnLine(): boolean | null;