Files
AFFiNE-Mirror/blocksuite/blocks/src/_common/adapters/html-adapter/index.ts
2024-12-23 07:54:59 +00:00

7 lines
177 B
TypeScript

export { defaultBlockHtmlAdapterMatchers } from './block-matcher.js';
export {
HtmlAdapter,
HtmlAdapterFactoryExtension,
HtmlAdapterFactoryIdentifier,
} from './html.js';