UNPKG

use-connection-state

Version:

React hook to detect online and offline network state.

2 lines (1 loc) 91 B
export declare const useConnectionState: () => import("connection-state").ConnectionState;