mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-31 00:59:57 +08:00
15 lines
551 B
TypeScript
15 lines
551 B
TypeScript
import type * as SurfaceEffects from '@blocksuite/affine-block-surface/effects';
|
|
|
|
declare type _GLOBAL_ = typeof SurfaceEffects;
|
|
|
|
export * from './adapters';
|
|
export * from './commands';
|
|
export * from './image-block';
|
|
export * from './image-edgeless-block';
|
|
export { ImageProxyService } from './image-proxy-service';
|
|
export * from './image-service';
|
|
export * from './image-spec';
|
|
export * from './styles';
|
|
export { addImages, downloadImageBlob, uploadBlobForImage } from './utils';
|
|
export { ImageSelection } from '@blocksuite/affine-shared/selection';
|