checkbox.module.d.ts 644 B

123456789
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./checkbox.component";
  3. import * as i2 from "./checkbox-group.component";
  4. import * as i3 from "./checkbox-wrapper.component";
  5. export declare class NzCheckboxModule {
  6. static ɵfac: i0.ɵɵFactoryDeclaration<NzCheckboxModule, never>;
  7. static ɵmod: i0.ɵɵNgModuleDeclaration<NzCheckboxModule, never, [typeof i1.NzCheckboxComponent, typeof i2.NzCheckboxGroupComponent, typeof i3.NzCheckboxWrapperComponent], [typeof i1.NzCheckboxComponent, typeof i2.NzCheckboxGroupComponent, typeof i3.NzCheckboxWrapperComponent]>;
  8. static ɵinj: i0.ɵɵInjectorDeclaration<NzCheckboxModule>;
  9. }