mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-31 17:19:56 +08:00
9 lines
283 B
TypeScript
9 lines
283 B
TypeScript
import type * as SurfaceEffects from '@blocksuite/affine-block-surface/effects';
|
|
|
|
declare type _GLOBAL_ = typeof SurfaceEffects;
|
|
|
|
export * from './consts';
|
|
export * from './drag-handle';
|
|
export * from './utils';
|
|
export type { DragBlockPayload } from './watchers/drag-event-watcher';
|