UNPKG

@helenejs/react

Version:

Real-time Web Apps for Node.js

4 lines (3 loc) 181 B
import { Client } from '@helenejs/client'; import { ServerMethods } from '@helenejs/utils'; export declare function useClient<T extends ServerMethods = ServerMethods>(): Client<T>;