UNPKG

systelab-components

Version:

systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.

14 lines (13 loc) 819 B
import { EventEmitter } from '@angular/core'; import { ApplicationSidebarAction, ApplicationSidebarTab } from './app-sidebar.component'; import * as i0 from "@angular/core"; export declare class ApplicationSidebarSmallComponent { actions: ApplicationSidebarAction[]; tabs: ApplicationSidebarTab[]; selected: EventEmitter<any>; constructor(); selectTab(id: string): void; executeTabAction(tab: ApplicationSidebarTab): void; static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationSidebarSmallComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ApplicationSidebarSmallComponent, "systelab-app-sidebar-small", never, { "actions": { "alias": "actions"; "required": false; }; "tabs": { "alias": "tabs"; "required": false; }; }, { "selected": "selected"; }, never, never, false, never>; }