UNPKG

@authelion/vue

Version:

This package contains auth related vue components.

4 lines (3 loc) 169 B
import { HTTPClient } from '@authelion/common'; export declare function setHTTPClient(client: HTTPClient): void; export declare function useHTTPClient(): HTTPClient;