UNPKG

element-plus

Version:

A Component Library for Vue 3

4 lines (3 loc) 174 B
import type { LoadingInstance } from './loading'; import type { LoadingOptions } from './types'; export declare const Loading: (options?: LoadingOptions) => LoadingInstance;