UNPKG

vue-app-sdk

Version:
8 lines (7 loc) 197 B
import { AuthOptions, Auth } from './Auth'; export * from './Auth'; /** * 创建功能授权插件 * @param options 配置项 */ export declare function createAuth(options?: AuthOptions): Auth;