UNPKG

@duoduo-oba/ng-devui

Version:

DevUI components based on Angular

3 lines (2 loc) 191 B
import { Observable, Subscription } from 'rxjs'; export declare type LoadingType = Observable<any> | Promise<any> | Array<Promise<any>> | Array<Observable<any>> | Subscription | undefined;