UNPKG

the-platform

Version:

React Hooks and Suspense-ready Components for Web API's and elements

5 lines (4 loc) 106 B
export declare const useNetworkStatus: () => { isOnline: boolean; offlineAt: Date | undefined; };