UNPKG

tdesign-vue-next

Version:
8 lines (7 loc) 256 B
import { Plugin, AppContext } from 'vue'; import { LoadingMethod } from './type'; export type LoadingPluginType = Plugin & LoadingMethod & { _context?: AppContext; }; export declare const LoadingPlugin: LoadingPluginType; export default LoadingPlugin;