@skyux/layout
Version:
This library was generated with [Nx](https://nx.dev).
22 lines (21 loc) • 587 B
TypeScript
import { ComponentFixture } from '@angular/core/testing';
/**
* Allows interaction with a SKY UX page summary component.
* @internal
*/
export declare class SkyPageSummaryFixture {
#private;
/**
* The page summary's current title text.
*/
get titleText(): string | undefined;
/**
* The page summary's current subtitle text.
*/
get subtitleText(): string | undefined;
/**
* The page summary's current content text.
*/
get contentText(): string | undefined;
constructor(fixture: ComponentFixture<any>, skyTestId: string);
}