@difizen/mana-app
Version:
9 lines • 437 B
TypeScript
import type { Command } from '@difizen/mana-core';
import { CommandContribution, CommandRegistry } from '@difizen/mana-core';
export declare const CLOSE_TAB: Command;
export declare class CommonCommand implements CommandContribution {
protected readonly commandRegistry: CommandRegistry;
constructor(commandRegistry: CommandRegistry);
registerCommands(command: CommandRegistry): void;
}
//# sourceMappingURL=tab-menu.d.ts.map