rate.module.d.ts 442 B

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