mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
refactor(editor): remove global gfx tool types (#12119)
This commit is contained in:
@@ -1,14 +1,9 @@
|
||||
import type * as Effect from '@blocksuite/affine/effects';
|
||||
import type * as ConnectorEffect from '@blocksuite/affine/gfx/connector';
|
||||
import type * as ShapeEffect from '@blocksuite/affine/gfx/shape';
|
||||
import type { EditorHost } from '@blocksuite/affine/std';
|
||||
import type { Store, Transformer, Workspace } from '@blocksuite/affine/store';
|
||||
import type { TestAffineEditorContainer } from '@blocksuite/integration-test';
|
||||
|
||||
declare type _GLOBAL_ =
|
||||
| typeof Effect
|
||||
| typeof ConnectorEffect
|
||||
| typeof ShapeEffect;
|
||||
declare type _GLOBAL_ = typeof Effect;
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
|
||||
Reference in New Issue
Block a user