UNPKG

@skyux/core

Version:

This library was generated with [Nx](https://nx.dev).

19 lines (18 loc) 673 B
import { HarnessPredicate } from '@angular/cdk/testing'; import { SkyQueryableComponentHarness } from '../../shared/queryable-component-harness'; import { SkyOverlayHarnessFilters } from './overlay-harness-filters'; /** * Harness for interacting with an overlay component in tests. * @internal */ export declare class SkyOverlayHarness extends SkyQueryableComponentHarness { /** * @internal */ static hostSelector: string; /** * Gets a `HarnessPredicate` that can be used to search for a * `SkyOverlayHarness` that meets certain criteria. */ static with(filters: SkyOverlayHarnessFilters): HarnessPredicate<SkyOverlayHarness>; }