@skyux/core
Version:
This library was generated with [Nx](https://nx.dev).
10 lines (9 loc) • 435 B
TypeScript
import { ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
import { SkyHarnessFilters } from './harness-filters';
/**
* @internal
*/
export declare abstract class SkyComponentHarness extends ComponentHarness {
#private;
protected static getDataSkyIdPredicate<T extends SkyComponentHarness>(this: ComponentHarnessConstructor<T>, filters: SkyHarnessFilters): HarnessPredicate<T>;
}