govuk-angular
Version:
Angular components port of govuk-frontend nunjucks macros.
9 lines (8 loc) • 405 B
TypeScript
import * as i0 from "@angular/core";
export declare class GovUKTagComponent {
/** Use to create unique ids for each item in the radio list */
id: string;
className: string;
static ɵfac: i0.ɵɵFactoryDeclaration<GovUKTagComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GovUKTagComponent, "govuk-tag", never, { "id": "id"; "className": "className"; }, {}, never, ["*"]>;
}