UNPKG

govuk-angular

Version:

Angular components port of govuk-frontend nunjucks macros.

10 lines (9 loc) 523 B
import { Label } from '../label/label'; import { GovUKDataCaptureComponent } from '../data-capture.component'; import * as i0 from "@angular/core"; export declare class GovUKInputItemComponent extends GovUKDataCaptureComponent<string> { label: Label; maxlength: number; static ɵfac: i0.ɵɵFactoryDeclaration<GovUKInputItemComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GovUKInputItemComponent, "govuk-input-item", never, { "label": "label"; "maxlength": "maxlength"; }, {}, never, never>; }