UNPKG

@skyux/indicators

Version:

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

18 lines (17 loc) 430 B
import { ComponentFixture } from '@angular/core/testing'; /** * Allows interaction with a SKY UX label component. * @internal */ export declare class SkyLabelFixture { #private; /** * The label's current type. */ get labelType(): string | undefined; /** * The label's current text. */ get text(): string | undefined; constructor(fixture: ComponentFixture<any>, skyTestId: string); }