UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

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