lct-components
Version:
LCT basic components
10 lines (9 loc) • 337 B
TypeScript
import * as i0 from "@angular/core";
export declare class LoadingComponent {
private overlay;
constructor();
show(): void;
dismiss(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "lct-loading", never, {}, {}, never, never>;
}