radio.module.d.ts 486 B

12345678
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./radio.component";
  3. import * as i2 from "./radio-group.component";
  4. export declare class NzRadioModule {
  5. static ɵfac: i0.ɵɵFactoryDeclaration<NzRadioModule, never>;
  6. static ɵmod: i0.ɵɵNgModuleDeclaration<NzRadioModule, never, [typeof i1.NzRadioComponent, typeof i2.NzRadioGroupComponent], [typeof i1.NzRadioComponent, typeof i2.NzRadioGroupComponent]>;
  7. static ɵinj: i0.ɵɵInjectorDeclaration<NzRadioModule>;
  8. }