mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 21:38:44 +08:00
refactor(editor): remove global gfx tool types (#12119)
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
import type * as BrushEffect from '@blocksuite/affine-gfx-brush';
|
||||
import type * as NoteEffect from '@blocksuite/affine-gfx-note';
|
||||
import type * as PointerEffect from '@blocksuite/affine-gfx-pointer';
|
||||
import type * as ShapeEffect from '@blocksuite/affine-gfx-shape';
|
||||
|
||||
export * from './adapters';
|
||||
export * from './clipboard/index.js';
|
||||
export * from './edgeless/edgeless-root-spec.js';
|
||||
@@ -10,9 +5,3 @@ export * from './edgeless/index.js';
|
||||
export * from './page/page-root-block.js';
|
||||
export * from './preview/preview-root-block.js';
|
||||
export * from './types.js';
|
||||
|
||||
declare type _GLOBAL_ =
|
||||
| typeof PointerEffect
|
||||
| typeof NoteEffect
|
||||
| typeof BrushEffect
|
||||
| typeof ShapeEffect;
|
||||
|
||||
Reference in New Issue
Block a user