UNPKG

bea-shell

Version:

An angular component for a configurable application shell, consisting of a topbar and sidebar

15 lines (14 loc) 460 B
import { OnInit } from '@angular/core'; import { MenuItem, SubmenuIcon } from '@bea-shell/common/objects'; import { Router } from '@angular/router'; export declare class MenuItemComponent implements OnInit { private _router; menuItem: MenuItem; submenuIcon: SubmenuIcon; barClass: string; placement: string; selected: boolean; constructor(_router: Router); ngOnInit(): void; click(menuItem: MenuItem): void; }