UNPKG

govuk-angular

Version:

Angular components port of govuk-frontend nunjucks macros.

11 lines (10 loc) 435 B
import { OnInit } from '@angular/core'; import { Hint } from './hint'; import * as i0 from "@angular/core"; export declare class GovUKHintComponent implements OnInit { id: string; hint: Hint; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<GovUKHintComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GovUKHintComponent, "govuk-hint", never, { "id": "id"; "hint": "hint"; }, {}, never, never>; }