UNPKG

truly-ui

Version:
8 lines (7 loc) 228 B
import { ElementRef } from '@angular/core'; import { LoadingConfig } from './loading-config'; export declare class TlLoadingComponent { element: ElementRef; config: LoadingConfig; constructor(element: ElementRef); }