tab-bar-extra-content.directive.d.ts 767 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 { TemplateRef } from '@angular/core';
  6. import * as i0 from "@angular/core";
  7. export declare class NzTabBarExtraContentDirective {
  8. readonly position: import("@angular/core").InputSignal<"start" | "end">;
  9. readonly templateRef: TemplateRef<any>;
  10. static ɵfac: i0.ɵɵFactoryDeclaration<NzTabBarExtraContentDirective, never>;
  11. static ɵdir: i0.ɵɵDirectiveDeclaration<NzTabBarExtraContentDirective, "[nzTabBarExtraContent]:not(nz-tabset)", never, { "position": { "alias": "nzTabBarExtraContent"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
  12. }