UNPKG

vamp-utils

Version:
11 lines (10 loc) 300 B
import { App } from 'vue'; import { AxiosEnhancer } from '../core'; import { PlatformAdapter } from '../types'; export declare const VueAxiosPlugin: { install(app: App, options: { enhancer: AxiosEnhancer; adapter?: PlatformAdapter; propertyName?: string; }): void; };