Files
AFFiNE-Mirror/blocksuite/affine/widget-drag-handle/src/index.ts
T

5 lines
153 B
TypeScript

export * from './consts';
export * from './drag-handle';
export * from './utils';
export type { DragBlockPayload } from './watchers/drag-event-watcher';