UNPKG

@theia/core

Version:

Theia is a cloud & desktop IDE framework implemented in TypeScript.

10 lines 427 B
/// <reference types="react" /> import { SidebarMenuWidget } from './sidebar-menu-widget'; import { MenuPath } from '../../common/menu'; /** * The menu widget placed on the bottom of the sidebar. */ export declare class SidebarBottomMenuWidget extends SidebarMenuWidget { protected onClick(e: React.MouseEvent<HTMLElement, MouseEvent>, menuPath: MenuPath): void; } //# sourceMappingURL=sidebar-bottom-menu-widget.d.ts.map