govuk-angular
Version:
Angular components port of govuk-frontend nunjucks macros.
16 lines (15 loc) • 743 B
TypeScript
import { Fieldset } from '../fieldset/fieldset';
import { GovUKDataCaptureComponent } from '../data-capture.component';
import { RadioOptionItem } from './radio-options-item';
import * as i0 from "@angular/core";
/**
* @deprecated : Use the govuk-radios component
*/
export declare class GovUKRadioInLineComponent extends GovUKDataCaptureComponent<string> {
fieldset: Fieldset;
/** An array of options */
options: Array<RadioOptionItem>;
createId(choice: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<GovUKRadioInLineComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GovUKRadioInLineComponent, "govuk-radio-inline", never, { "fieldset": "fieldset"; "options": "options"; }, {}, never, never>;
}