UNPKG

@choewy/react-socket

Version:
7 lines (6 loc) 215 B
import { ManagerOptions, SocketOptions } from 'socket.io-client'; export interface SocketClientOptions extends Partial<ManagerOptions & SocketOptions> { name?: string; url: string; namespace?: string; }