input.module.d.ts 1012 B

123456789101112
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./textarea-count.component";
  3. import * as i2 from "./input.directive";
  4. import * as i3 from "./input-group.component";
  5. import * as i4 from "./autosize.directive";
  6. import * as i5 from "./input-group-slot.component";
  7. import * as i6 from "./input-otp.component";
  8. export declare class NzInputModule {
  9. static ɵfac: i0.ɵɵFactoryDeclaration<NzInputModule, never>;
  10. static ɵmod: i0.ɵɵNgModuleDeclaration<NzInputModule, never, [typeof i1.NzTextareaCountComponent, typeof i2.NzInputDirective, typeof i3.NzInputGroupComponent, typeof i4.NzAutosizeDirective, typeof i5.NzInputGroupSlotComponent, typeof i3.NzInputGroupWhitSuffixOrPrefixDirective, typeof i6.NzInputOtpComponent], [typeof i1.NzTextareaCountComponent, typeof i2.NzInputDirective, typeof i3.NzInputGroupComponent, typeof i4.NzAutosizeDirective, typeof i3.NzInputGroupWhitSuffixOrPrefixDirective, typeof i6.NzInputOtpComponent]>;
  11. static ɵinj: i0.ɵɵInjectorDeclaration<NzInputModule>;
  12. }