govuk-angular
Version:
Angular components port of govuk-frontend nunjucks macros.
10 lines (9 loc) • 441 B
TypeScript
import { Label } from './label';
import * as i0 from "@angular/core";
export declare class GovUKLabelComponent {
/** A unique id will be prefixed with lbl, also the id for the input */
id: string;
label: Label;
static ɵfac: i0.ɵɵFactoryDeclaration<GovUKLabelComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GovUKLabelComponent, "govuk-label", never, { "id": "id"; "label": "label"; }, {}, never, never>;
}