UNPKG

384 BTypeScriptView Raw
1import { Disposable } from '../disposable';
2import { MenuModelRegistry, MenuPath, MenuAction } from '../menu';
3export declare class MockMenuModelRegistry extends MenuModelRegistry {
4 constructor();
5 registerMenuAction(menuPath: MenuPath, item: MenuAction): Disposable;
6 registerSubmenu(menuPath: MenuPath, label: string): Disposable;
7}
8//# sourceMappingURL=mock-menu.d.ts.map
\No newline at end of file