mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
refactor(editor): remove global gfx tool types (#12119)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user