UNPKG

use-connection-state

Version:

React hook to detect online and offline network state.

3 lines (2 loc) 188 B
import { ConnectionOptions } from 'connection-state'; export declare const createUseConnectionStateHook: (options?: ConnectionOptions) => () => import("connection-state").ConnectionState;