@skyux/layout
Version:
This library was generated with [Nx](https://nx.dev).
13 lines (12 loc) • 346 B
TypeScript
import { ComponentHarness } from '@angular/cdk/testing';
/**
* Harness for interacting with a description list description component in tests.
* @internal
*/
export declare class SkyDescriptionListDescriptionHarness extends ComponentHarness {
/**
* @internal
*/
static hostSelector: string;
getText(): Promise<string>;
}