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