UNPKG

govuk-angular

Version:

Angular components port of govuk-frontend nunjucks macros.

17 lines (16 loc) 741 B
import * as i0 from "@angular/core"; export declare class GovUKRadioComponent { /** Used to create the id for the group id-group, the radio button id, and label for id */ id: string; groupName: string; /** The value of this radio button */ value: string; name: string; /** Radio button label */ label: string; hint: string; /** Use for selected item and to show errors */ model: any; static ɵfac: i0.ɵɵFactoryDeclaration<GovUKRadioComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GovUKRadioComponent, "govuk-radio", never, { "id": "id"; "groupName": "groupName"; "value": "value"; "name": "name"; "label": "label"; "hint": "hint"; "model": "model"; }, {}, never, never>; }