UNPKG

@hyper-fetch/react

Version:

React hooks and utils for the hyper-fetch

4 lines 251 B
import { SocketInstance } from '@hyper-fetch/sockets'; import { UseSocketStateType } from './use-socket-state.types'; export declare const initialSocketState: UseSocketStateType<SocketInstance>; //# sourceMappingURL=use-socket-state.constants.d.ts.map