UNPKG

bea-shell

Version:

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

11 lines (10 loc) 321 B
import { OnInit } from '@angular/core'; import { MenuItem, SidebarOptions } from '@bea-shell/common/objects'; export declare class SidebarItemComponent implements OnInit { options: SidebarOptions; menuItem: MenuItem; selected: boolean; constructor(); ngOnInit(): void; select(): void; }