@skyux/indicators
Version:
This library was generated with [Nx](https://nx.dev).
13 lines (12 loc) • 329 B
TypeScript
import { ComponentFixture } from '@angular/core/testing';
/**
* @internal
*/
export declare class SkyWaitFixture {
#private;
get isWaiting(): boolean;
get isFullPage(): boolean;
get ariaLabel(): string;
get isNonBlocking(): boolean;
constructor(fixture: ComponentFixture<unknown>, skyTestId: string);
}