Files
AFFiNE-Mirror/blocksuite/affine/widget-drag-handle/src/index.ts
T
2025-01-16 13:54:50 +00:00

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';