UNPKG

react-use-websocket

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