UNPKG

react-use-websocket

Version:
3 lines (2 loc) 197 B
import { Options, WebSocketHook } from './types'; export declare const useWebSocket: (url: string | (() => string | Promise<string>) | null, options?: Options, connect?: boolean) => WebSocketHook;