Files
AFFiNE-Mirror/blocksuite/affine/blocks/paragraph/src/index.ts
Saul-Mirone 7c22b3931f refactor(editor): cleanup dead code (#12281)
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit

- **Refactor**
  - Streamlined and consolidated block and inline extension exports by removing multiple block-spec and inline extension arrays from public APIs.
  - Reduced exported constants, types, and utility functions related to various block and embed features.
  - Simplified the codebase by removing deprecated type guards, adapter extensions, and redundant extension groupings.
- **Chores**
  - Cleaned up internal APIs by deleting unused exports, imports, and outdated code, enhancing maintainability.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-05-14 14:14:29 +00:00

7 lines
248 B
TypeScript

export * from './adapters/index.js';
export * from './commands';
export * from './paragraph-block.js';
export * from './paragraph-block-config.js';
export * from './turbo/paragraph-layout-handler';
export * from './turbo/paragraph-painter.worker';