tab-body.component.d.ts 581 B

123456789
  1. import { TemplateRef } from '@angular/core';
  2. import * as i0 from "@angular/core";
  3. export declare class NzTabBodyComponent {
  4. content: TemplateRef<void> | null;
  5. active: boolean;
  6. animated: boolean;
  7. static ɵfac: i0.ɵɵFactoryDeclaration<NzTabBodyComponent, never>;
  8. static ɵcmp: i0.ɵɵComponentDeclaration<NzTabBodyComponent, "[nz-tab-body]", ["nzTabBody"], { "content": { "alias": "content"; "required": false; }; "active": { "alias": "active"; "required": false; }; "animated": { "alias": "animated"; "required": false; }; }, {}, never, never, true, never>;
  9. }