1 | import { Disposable } from '../disposable';
|
2 | import { MenuModelRegistry, MenuPath, MenuAction } from '../menu';
|
3 | export 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 |