@skyux/layout
Version:
This library was generated with [Nx](https://nx.dev).
15 lines (14 loc) • 841 B
TypeScript
import { TemplateRef } from '@angular/core';
import { SkyDescriptionListContentComponent } from './description-list-content.component';
import * as i0 from "@angular/core";
/**
* Specifies the term in a term-description pair. To display a help button beside
* the term, include a help button element in the sky-description-list-term element
* and a sky-control-help CSS class on that element.
*/
export declare class SkyDescriptionListTermComponent {
templateRef: TemplateRef<unknown> | undefined;
protected readonly content: SkyDescriptionListContentComponent | null;
static ɵfac: i0.ɵɵFactoryDeclaration<SkyDescriptionListTermComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SkyDescriptionListTermComponent, "sky-description-list-term", never, {}, {}, never, ["*", ".sky-control-help"], false, never>;
}