ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
10 lines (9 loc) • 602 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";
export declare class NzRadioModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NzRadioModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NzRadioModule, never, [typeof i1.NzRadioComponent, typeof i2.NzRadioButtonDirective, typeof i3.NzRadioGroupComponent], [typeof i1.NzRadioComponent, typeof i2.NzRadioButtonDirective, typeof i3.NzRadioGroupComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NzRadioModule>;
}