UNPKG

bea-shell

Version:

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

7 lines (6 loc) 170 B
import { MenuItem } from '@bea-shell/common/objects'; export declare class TopbarOptions { left?: MenuItem[]; right?: MenuItem[]; disabled?: boolean; }