UNPKG

element-plus

Version:

A Component Library for Vue 3

9 lines (8 loc) 270 B
import type { LoadingInstance } from './loading'; import type { LoadingOptions } from './types'; import type { AppContext } from 'vue'; declare const Loading: { (options?: LoadingOptions): LoadingInstance; _context: AppContext | null; }; export default Loading;