UNPKG

@alauda/ui

Version:

Angular UI components by Alauda Frontend Team.

16 lines (15 loc) 1.07 kB
import { RadioButtonComponent } from './radio-button/radio-button.component'; import { RadioGroupComponent } from './radio-group/radio-group.component'; import { RadioComponent } from './radio.component'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "../icon/icon.module"; import * as i3 from "./radio.component"; import * as i4 from "./radio-group/radio-group.component"; import * as i5 from "./radio-button/radio-button.component"; export declare class RadioModule { static ɵfac: i0.ɵɵFactoryDeclaration<RadioModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<RadioModule, never, [typeof i1.CommonModule, typeof i2.IconModule, typeof i3.RadioComponent, typeof i4.RadioGroupComponent, typeof i5.RadioButtonComponent], [typeof i3.RadioComponent, typeof i4.RadioGroupComponent, typeof i5.RadioButtonComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<RadioModule>; } export declare const RADIO_MODULE: readonly [typeof RadioComponent, typeof RadioGroupComponent, typeof RadioButtonComponent];