input-affix.directive.d.ts 549 B

123456789
  1. import * as i0 from "@angular/core";
  2. export declare class NzInputPrefixDirective {
  3. static ɵfac: i0.ɵɵFactoryDeclaration<NzInputPrefixDirective, never>;
  4. static ɵdir: i0.ɵɵDirectiveDeclaration<NzInputPrefixDirective, "[nzInputPrefix]", never, {}, {}, never, never, true, never>;
  5. }
  6. export declare class NzInputSuffixDirective {
  7. static ɵfac: i0.ɵɵFactoryDeclaration<NzInputSuffixDirective, never>;
  8. static ɵdir: i0.ɵɵDirectiveDeclaration<NzInputSuffixDirective, "[nzInputSuffix]", never, {}, {}, never, never, true, never>;
  9. }