@skyux/indicators
Version:
This library was generated with [Nx](https://nx.dev).
11 lines (10 loc) • 542 B
TypeScript
import * as i0 from "@angular/core";
/**
* @internal
*/
export declare class SkyWaitPageComponent {
hasBlockingWait: boolean | undefined;
hasNonBlockingWait: boolean | undefined;
static ɵfac: i0.ɵɵFactoryDeclaration<SkyWaitPageComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SkyWaitPageComponent, "sky-wait-page", never, { "hasBlockingWait": { "alias": "hasBlockingWait"; "required": false; }; "hasNonBlockingWait": { "alias": "hasNonBlockingWait"; "required": false; }; }, {}, never, never, true, never>;
}