UNPKG

@authup/client-web-kit

Version:

This package contains vue components.

5 lines 262 B
import type { App } from 'vue'; import type { Options } from './types'; export declare function installComponents(app: App, input?: boolean | string[]): void; export declare function install(app: App, options: Options): void; //# sourceMappingURL=module.d.ts.map