@ux-aspects/ux-aspects
Version:
Open source user interface framework for building modern, responsive, mobile big data applications
13 lines (12 loc) • 799 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./tabset.component";
import * as i2 from "./tab/tab.component";
import * as i3 from "./tab/tab-heading.directive";
import * as i4 from "../../directives/accessibility/accessibility.module";
import * as i5 from "@angular/common";
import * as i6 from "@angular/router";
export declare class TabsetModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TabsetModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TabsetModule, [typeof i1.TabsetComponent, typeof i2.TabComponent, typeof i3.TabHeadingDirective], [typeof i4.AccessibilityModule, typeof i5.CommonModule, typeof i6.RouterModule], [typeof i1.TabsetComponent, typeof i2.TabComponent, typeof i3.TabHeadingDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TabsetModule>;
}