nz-ellipsis.pipe.d.ts 605 B

123456789101112
  1. /**
  2. * Use of this source code is governed by an MIT-style license that can be
  3. * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
  4. */
  5. import { PipeTransform } from '@angular/core';
  6. import { NzSafeAny } from 'ng-zorro-antd/core/types';
  7. import * as i0 from "@angular/core";
  8. export declare class NzEllipsisPipe implements PipeTransform {
  9. transform(value: NzSafeAny, length?: number, suffix?: string): NzSafeAny;
  10. static ɵfac: i0.ɵɵFactoryDeclaration<NzEllipsisPipe, never>;
  11. static ɵpipe: i0.ɵɵPipeDeclaration<NzEllipsisPipe, "nzEllipsis", true>;
  12. }