mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
8 lines
212 B
TypeScript
8 lines
212 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';
|