UNPKG

element-plus

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