UNPKG

tdesign-mobile-vue

Version:
6 lines (5 loc) 219 B
import { Plugin } from 'vue'; import { LoadingMethod } from './type'; export declare type LoadingPluginType = Plugin & LoadingMethod; export declare const LoadingPlugin: LoadingPluginType; export default LoadingPlugin;