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