turbogui-angular
Version:
A library that tries to help with the most common user interface elements on several frameworks and platforms
10 lines • 536 B
TypeScript
import * as i0 from "@angular/core";
export declare class BusyStateBaseComponent {
/**
* This is used to attach the fade animation directly to this component so it fades in and out when created and removed from the app
*/
busyStateBaseFade: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<BusyStateBaseComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<BusyStateBaseComponent, "tg-busy-state-base", never, {}, {}, never, never, true, never>;
}
//# sourceMappingURL=busy-state-base.component.d.ts.map