UNPKG

govuk-angular

Version:

Angular components port of govuk-frontend nunjucks macros.

8 lines (7 loc) 139 B
export interface RadioOptionItem { text: string; value: any; checked?: boolean; hint?: string; textDivider?: string; }