UNPKG

helene

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