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