refactor(editor): remove global gfx tool types (#12119)

This commit is contained in:
Saul-Mirone
2025-05-04 13:53:27 +00:00
parent 30a2e5b4fb
commit 676c5d8de6
20 changed files with 2 additions and 219 deletions

View File

@@ -336,13 +336,3 @@ export class ShapeTool extends BaseTool<ShapeToolOption> {
this._disableOverlay = disable;
}
}
declare module '@blocksuite/std/gfx' {
interface GfxToolsMap {
shape: ShapeTool;
}
interface GfxToolsOption {
shape: ShapeToolOption;
}
}