UNPKG

427 BTypeScriptView Raw
1/// <reference types="react" />
2import { SidebarMenuWidget } from './sidebar-menu-widget';
3import { MenuPath } from '../../common/menu';
4/**
5 * The menu widget placed on the bottom of the sidebar.
6 */
7export declare class SidebarBottomMenuWidget extends SidebarMenuWidget {
8 protected onClick(e: React.MouseEvent<HTMLElement, MouseEvent>, menuPath: MenuPath): void;
9}
10//# sourceMappingURL=sidebar-bottom-menu-widget.d.ts.map
\No newline at end of file