mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 12:36:24 +08:00
refactor(editor): remove global gfx tool types (#12119)
This commit is contained in:
@@ -6,9 +6,3 @@ import { BaseTool } from '@blocksuite/std/gfx';
|
||||
export class EmptyTool extends BaseTool {
|
||||
static override toolName: string = 'empty';
|
||||
}
|
||||
|
||||
declare module '@blocksuite/std/gfx' {
|
||||
interface GfxToolsMap {
|
||||
empty: EmptyTool;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user