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
@@ -218,16 +218,6 @@ export class NoteTool extends BaseTool<NoteToolOption> {
}
}
declare module '@blocksuite/std/gfx' {
interface GfxToolsMap {
'affine:note': NoteTool;
}
interface GfxToolsOption {
'affine:note': NoteToolOption;
}
}
type NoteOptions = {
childFlavour: NoteChildrenFlavour;
childType: string | null;