typography.module.d.ts 622 B

123456789
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./typography.component";
  3. import * as i2 from "./text-copy.component";
  4. import * as i3 from "./text-edit.component";
  5. export declare class NzTypographyModule {
  6. static ɵfac: i0.ɵɵFactoryDeclaration<NzTypographyModule, never>;
  7. static ɵmod: i0.ɵɵNgModuleDeclaration<NzTypographyModule, never, [typeof i1.NzTypographyComponent, typeof i2.NzTextCopyComponent, typeof i3.NzTextEditComponent], [typeof i1.NzTypographyComponent, typeof i2.NzTextCopyComponent, typeof i3.NzTextEditComponent]>;
  8. static ɵinj: i0.ɵɵInjectorDeclaration<NzTypographyModule>;
  9. }