UNPKG

tdesign-vue-next

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