UNPKG

@supunlakmal/hooks

Version:

A collection of reusable React hooks

7 lines (6 loc) 199 B
/** * Custom hook to track the browser's online status. * * @returns {boolean} Returns `true` if the browser is online, `false` otherwise. */ export declare const useOnlineStatus: () => boolean;