input-number.module.d.ts 908 B

123456789101112
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./input-number.component";
  3. import * as i2 from "./input-number-group.component";
  4. import * as i3 from "./input-number-group-slot.component";
  5. /**
  6. * @deprecated Deprecated in v19.0.0. It is recommended to use the new version `<nz-input-number>`.
  7. */
  8. export declare class NzInputNumberLegacyModule {
  9. static ɵfac: i0.ɵɵFactoryDeclaration<NzInputNumberLegacyModule, never>;
  10. static ɵmod: i0.ɵɵNgModuleDeclaration<NzInputNumberLegacyModule, never, [typeof i1.NzInputNumberLegacyComponent, typeof i2.NzInputNumberGroupComponent, typeof i2.NzInputNumberGroupWhitSuffixOrPrefixDirective, typeof i3.NzInputNumberGroupSlotComponent], [typeof i1.NzInputNumberLegacyComponent, typeof i2.NzInputNumberGroupComponent, typeof i2.NzInputNumberGroupWhitSuffixOrPrefixDirective]>;
  11. static ɵinj: i0.ɵɵInjectorDeclaration<NzInputNumberLegacyModule>;
  12. }