UNPKG

element-plus

Version:

A Component Library for Vue3.0

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