@skyux/layout
Version:
This library was generated with [Nx](https://nx.dev).
16 lines (15 loc) • 372 B
TypeScript
import { ComponentHarness } from '@angular/cdk/testing';
/**
* Harness for interacting with a back to top component in tests.
*/
export declare class SkyBackToTopHarness extends ComponentHarness {
#private;
/**
* @internal
*/
static hostSelector: string;
/**
* Clicks the back to top button.
*/
clickBackToTop(): Promise<void>;
}