UNPKG

desktop-menu-bar

Version:
6 lines (5 loc) 120 B
export interface DesktopMenuBarItem { text: string; children?: DesktopMenuBarItem[]; action?: () => void; }