UNPKG

@skyux/layout

Version:

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

11 lines (10 loc) 304 B
import { SkyQueryableComponentHarness } from '@skyux/core/testing'; /** * Harness to interact with a toolbar view actions component in tests. */ export declare class SkyToolbarViewActionsHarness extends SkyQueryableComponentHarness { /** * @internal */ static hostSelector: string; }