feat(commands): add tool mode commands

This commit is contained in:
syntaxbullet
2026-07-03 10:12:28 +02:00
parent c23efeb397
commit 9e1050e5f3
5 changed files with 91 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ export type { CommandRegistry } from "./registry";
export { createCommandRegistry } from "./registry";
export { selectionAddLayerCommand, selectionClearCommand, selectionCommands, selectionSetCommand } from "./selection";
export type { SelectionAddLayerPayload, SelectionSetPayload } from "./selection";
export { toolCommands, toolEnterTemporaryPanCommand, toolExitTemporaryPanCommand, toolSetActiveCommand } from "./tool";
export type { ToolSetActivePayload } from "./tool";
export {
viewportCommands,
viewportPanCommand,