ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
13 lines (12 loc) • 784 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./radio.component";
import * as i2 from "./radio-button.directive";
import * as i3 from "./radio-group.component";
import * as i4 from "@angular/cdk/bidi";
import * as i5 from "@angular/common";
import * as i6 from "@angular/forms";
export declare class NzRadioModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NzRadioModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NzRadioModule, [typeof i1.NzRadioComponent, typeof i2.NzRadioButtonDirective, typeof i3.NzRadioGroupComponent], [typeof i4.BidiModule, typeof i5.CommonModule, typeof i6.FormsModule], [typeof i1.NzRadioComponent, typeof i2.NzRadioButtonDirective, typeof i3.NzRadioGroupComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NzRadioModule>;
}