@skyux/layout
Version:
This library was generated with [Nx](https://nx.dev).
20 lines (19 loc) • 1.03 kB
TypeScript
import { ChangeDetectorRef, OnDestroy, OnInit, TemplateRef } from '@angular/core';
import { SkyThemeService } from '@skyux/theme';
import { SkyDescriptionListService } from './description-list.service';
import * as i0 from "@angular/core";
/**
* Specifies the description in a term-description pair.
*/
export declare class SkyDescriptionListDescriptionComponent implements OnDestroy, OnInit {
#private;
service: SkyDescriptionListService;
defaultDescription: string | undefined;
themeName: string | undefined;
templateRef: TemplateRef<unknown> | undefined;
constructor(service: SkyDescriptionListService, changeDetector: ChangeDetectorRef, themeSvc?: SkyThemeService);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SkyDescriptionListDescriptionComponent, [null, null, { optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<SkyDescriptionListDescriptionComponent, "sky-description-list-description", never, {}, {}, never, ["*"], false, never>;
}