divider.module.d.ts 387 B

1234567
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./divider.component";
  3. export declare class NzDividerModule {
  4. static ɵfac: i0.ɵɵFactoryDeclaration<NzDividerModule, never>;
  5. static ɵmod: i0.ɵɵNgModuleDeclaration<NzDividerModule, never, [typeof i1.NzDividerComponent], [typeof i1.NzDividerComponent]>;
  6. static ɵinj: i0.ɵɵInjectorDeclaration<NzDividerModule>;
  7. }