mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 13:29:02 +08:00
refactor(editor): remove global gfx tool types (#12119)
This commit is contained in:
@@ -416,9 +416,3 @@ export class DefaultTool extends BaseTool {
|
||||
|
||||
override unmounted(): void {}
|
||||
}
|
||||
|
||||
declare module '@blocksuite/std/gfx' {
|
||||
interface GfxToolsMap {
|
||||
default: DefaultTool;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user