@skyux/layout
Version:
This library was generated with [Nx](https://nx.dev).
14 lines (13 loc) • 653 B
TypeScript
import { SkyDefinitionListService } from './definition-list.service';
import * as i0 from "@angular/core";
/**
* Specifies the value in a label-value pair.
* @deprecated Use `SkyDescriptionListDescriptionComponent` instead.
*/
export declare class SkyDefinitionListValueComponent {
service: SkyDefinitionListService;
defaultValue: string | undefined;
constructor(service: SkyDefinitionListService);
static ɵfac: i0.ɵɵFactoryDeclaration<SkyDefinitionListValueComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SkyDefinitionListValueComponent, "sky-definition-list-value", never, {}, {}, never, ["*"], false, never>;
}