tab.directive.d.ts 342 B

123456
  1. import * as i0 from "@angular/core";
  2. /** Decorates the `ng-template` tags and reads out the template from it. */
  3. export declare class NzTabDirective {
  4. static ɵfac: i0.ɵɵFactoryDeclaration<NzTabDirective, never>;
  5. static ɵdir: i0.ɵɵDirectiveDeclaration<NzTabDirective, "[nz-tab]", ["nzTab"], {}, {}, never, never, true, never>;
  6. }