mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat(editor): gfx connector package (#11091)
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
import type { EditorHost } from '@blocksuite/affine/block-std';
|
||||
import type * as Effects from '@blocksuite/affine/effects';
|
||||
import type * as ConnectorToolEffect from '@blocksuite/affine/gfx/connector';
|
||||
import type * as ShapeToolEffect from '@blocksuite/affine/gfx/shape';
|
||||
import type { Store, Transformer, Workspace } from '@blocksuite/affine/store';
|
||||
import type { TestAffineEditorContainer } from '@blocksuite/integration-test';
|
||||
|
||||
declare const _GLOBAL_: typeof Effects;
|
||||
declare const _GLOBAL_:
|
||||
| typeof Effects
|
||||
| typeof ConnectorToolEffect
|
||||
| typeof ShapeToolEffect;
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
|
||||
Reference in New Issue
Block a user