mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 02:21:51 +08:00
e7cc710f8e
Closes: [BS-2566](https://linear.app/affine-design/issue/BS-2566/remove-global-types-in-service)
5 lines
153 B
TypeScript
5 lines
153 B
TypeScript
export * from './consts';
|
|
export * from './drag-handle';
|
|
export * from './utils';
|
|
export type { DragBlockPayload } from './watchers/drag-event-watcher';
|