UNPKG

bea-shell

Version:

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

9 lines (8 loc) 263 B
import { OnInit } from '@angular/core'; import { MenuItem } from '@bea-shell/common/objects'; export declare class TopbarItemComponent implements OnInit { menuItem: MenuItem; constructor(); ngOnInit(): void; select(menuItem: any): void; }