@abgov/angular-components
Version:
Government of Alberta - UI components for Angular
14 lines (13 loc) • 888 B
TypeScript
import { GoabRadioGroupOnChangeDetail, GoabRadioGroupOrientation } from "@abgov/ui-components-common";
import { EventEmitter } from "@angular/core";
import { GoabControlValueAccessor } from "../base.component";
import * as i0 from "@angular/core";
export declare class GoabRadioGroup extends GoabControlValueAccessor {
name?: string;
orientation?: GoabRadioGroupOrientation;
ariaLabel?: string;
onChange: EventEmitter<GoabRadioGroupOnChangeDetail>;
_onChange(e: Event): void;
static ɵfac: i0.ɵɵFactoryDeclaration<GoabRadioGroup, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GoabRadioGroup, "goab-radio-group", never, { "name": { "alias": "name"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
}