@skyux/layout
Version:
This library was generated with [Nx](https://nx.dev).
15 lines (14 loc) • 503 B
TypeScript
import { OnDestroy } from '@angular/core';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
/**
* @internal
*/
export declare class SkyDescriptionListService implements OnDestroy {
#private;
get defaultDescription(): Observable<string>;
ngOnDestroy(): void;
updateDefaultDescription(value: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SkyDescriptionListService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<SkyDescriptionListService>;
}