UNPKG

@vue-interface/activity-indicator

Version:
10 lines (9 loc) 253 B
import { App } from 'vue'; interface ActivityIndicatorPluginOptions { key?: string; indicators: { [key: string]: any; }; } declare const _default: (app: App, options: ActivityIndicatorPluginOptions) => void; export default _default;