UNPKG

@authelion/vue

Version:

This package contains auth related vue components.

5 lines (4 loc) 115 B
import { HTTPClient } from '@authelion/common'; export type InstallOptions = { httpClient?: HTTPClient; };