tab-add-button.component.d.ts 886 B

1234567891011121314151617
  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 { ElementRef, TemplateRef } from '@angular/core';
  6. import { NzSafeAny } from 'ng-zorro-antd/core/types';
  7. import * as i0 from "@angular/core";
  8. export declare class NzTabAddButtonComponent {
  9. private elementRef;
  10. addIcon: string | TemplateRef<NzSafeAny>;
  11. private readonly element;
  12. constructor(elementRef: ElementRef<HTMLElement>);
  13. getElementWidth(): number;
  14. getElementHeight(): number;
  15. static ɵfac: i0.ɵɵFactoryDeclaration<NzTabAddButtonComponent, never>;
  16. static ɵcmp: i0.ɵɵComponentDeclaration<NzTabAddButtonComponent, "nz-tab-add-button, button[nz-tab-add-button]", never, { "addIcon": { "alias": "addIcon"; "required": false; }; }, {}, never, never, true, never>;
  17. }