UNPKG

react-use-websocket

Version:
4 lines (3 loc) 214 B
import { MutableRefObject } from 'react'; import { Options } from './types'; export declare const getUrl: (url: string | (() => string | Promise<string>), optionsRef: MutableRefObject<Options>) => Promise<string>;