govuk-angular
Version:
Angular components port of govuk-frontend nunjucks macros.
9 lines (8 loc) • 390 B
TypeScript
import * as i0 from "@angular/core";
export declare class GovUKWarningComponent {
message: string;
background: string;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<GovUKWarningComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GovUKWarningComponent, "govuk-warning", never, { "message": "message"; "background": "background"; }, {}, never, ["*"]>;
}