UNPKG

element-plus

Version:

A Component Library for Vue 3

3 lines (2 loc) 219 B
import type { ILoadingCreateComponentParams, ILoadingInstance } from './loading.type'; export declare function createLoadingComponent({ options, globalLoadingOption, }: ILoadingCreateComponentParams): ILoadingInstance;