@alauda/ui
Version:
Angular UI components by Alauda Frontend Team.
14 lines (13 loc) • 685 B
TypeScript
import { FocusMonitor } from '@angular/cdk/a11y';
import { ChangeDetectorRef } from '@angular/core';
import { Bem } from '../internal/utils';
import { BaseRadio } from './base-radio';
import { RadioGroupComponent } from './radio-group/radio-group.component';
import * as i0 from "@angular/core";
export declare class RadioComponent extends BaseRadio {
bem: Bem;
get rootClass(): string;
constructor(radioGroup: RadioGroupComponent, focusMonitor: FocusMonitor, cdr: ChangeDetectorRef);
static ɵfac: i0.ɵɵFactoryDeclaration<RadioComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "aui-radio", never, {}, {}, never, ["*"], true, never>;
}