@skyux/indicators
Version:
This library was generated with [Nx](https://nx.dev).
16 lines (15 loc) • 392 B
TypeScript
import { SkyComponentHarness } from '@skyux/core/testing';
/**
* Harness for interacting with a key info value component in tests.
* @internal
*/
export declare class SkyKeyInfoValueHarness extends SkyComponentHarness {
/**
* @internal
*/
static hostSelector: string;
/**
* Gets the text value of the component content.
*/
getText(): Promise<string>;
}