Files
AFFiNE-Mirror/blocksuite/affine/blocks/block-attachment/src/index.ts
T
2025-03-08 12:00:34 +08:00

12 lines
402 B
TypeScript

export * from './adapters/notion-html';
export * from './attachment-block';
export * from './attachment-service';
export * from './attachment-spec';
export { attachmentViewDropdownMenu } from './configs/toolbar';
export {
type AttachmentEmbedConfig,
AttachmentEmbedConfigIdentifier,
AttachmentEmbedProvider,
} from './embed';
export { addAttachments, addSiblingAttachmentBlocks } from './utils';