UNPKG

sci-pro

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