UNPKG

tdesign-vue

Version:
10 lines (9 loc) 304 B
import { LoadingMethod } from './type'; export declare type LoadingPluginType = Vue.PluginObject<undefined> & LoadingMethod; export declare const LoadingPlugin: LoadingPluginType; export default LoadingPlugin; declare module 'vue/types/vue' { interface Vue { $loading: LoadingMethod; } }