ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
13 lines (12 loc) • 779 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./radio.component";
import * as i2 from "./radio-item.component";
import * as i3 from "./radio-item-group.component";
import * as i4 from "@angular/common";
import * as i5 from "@angular/forms";
import * as i6 from "ng-zorro-antd-mobile/list";
export declare class RadioModule {
static ɵfac: i0.ɵɵFactoryDeclaration<RadioModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<RadioModule, [typeof i1.RadioComponent, typeof i2.RadioItemComponent, typeof i3.RadioItemGroupComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i6.ListModule], [typeof i1.RadioComponent, typeof i2.RadioItemComponent, typeof i3.RadioItemGroupComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<RadioModule>;
}