UNPKG

bea-shell

Version:

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

11 lines (10 loc) 316 B
import { SubmenuIcon, MenuItem } from '@bea-shell/common/objects'; export declare class SidebarOptions { header?: MenuItem[]; menuItems?: MenuItem[]; footer?: MenuItem[]; submenuIcon?: SubmenuIcon; disabled?: boolean; alwaysExpandable?: boolean; placement?: 'left' | 'right'; }