tabs.module.d.ts 1.8 KB

12345678910111213141516171819
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./tabset.component";
  3. import * as i2 from "./tab.component";
  4. import * as i3 from "./tab-nav-bar.component";
  5. import * as i4 from "./tab-nav-item.directive";
  6. import * as i5 from "./tabs-ink-bar.directive";
  7. import * as i6 from "./tab-scroll-list.directive";
  8. import * as i7 from "./tab-nav-operation.component";
  9. import * as i8 from "./tab-add-button.component";
  10. import * as i9 from "./tab-close-button.component";
  11. import * as i10 from "./tab.directive";
  12. import * as i11 from "./tab-body.component";
  13. import * as i12 from "./tab-link.directive";
  14. import * as i13 from "./tab-bar-extra-content.directive";
  15. export declare class NzTabsModule {
  16. static ɵfac: i0.ɵɵFactoryDeclaration<NzTabsModule, never>;
  17. static ɵmod: i0.ɵɵNgModuleDeclaration<NzTabsModule, never, [typeof i1.NzTabSetComponent, typeof i2.NzTabComponent, typeof i3.NzTabNavBarComponent, typeof i4.NzTabNavItemDirective, typeof i5.NzTabsInkBarDirective, typeof i6.NzTabScrollListDirective, typeof i7.NzTabNavOperationComponent, typeof i8.NzTabAddButtonComponent, typeof i9.NzTabCloseButtonComponent, typeof i10.NzTabDirective, typeof i11.NzTabBodyComponent, typeof i12.NzTabLinkDirective, typeof i12.NzTabLinkTemplateDirective, typeof i13.NzTabBarExtraContentDirective], [typeof i1.NzTabSetComponent, typeof i2.NzTabComponent, typeof i3.NzTabNavBarComponent, typeof i4.NzTabNavItemDirective, typeof i5.NzTabsInkBarDirective, typeof i6.NzTabScrollListDirective, typeof i7.NzTabNavOperationComponent, typeof i8.NzTabAddButtonComponent, typeof i9.NzTabCloseButtonComponent, typeof i10.NzTabDirective, typeof i11.NzTabBodyComponent, typeof i12.NzTabLinkDirective, typeof i12.NzTabLinkTemplateDirective, typeof i13.NzTabBarExtraContentDirective]>;
  18. static ɵinj: i0.ɵɵInjectorDeclaration<NzTabsModule>;
  19. }