mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 02:13:00 +08:00
7 lines
177 B
TypeScript
7 lines
177 B
TypeScript
export { defaultBlockHtmlAdapterMatchers } from './block-matcher.js';
|
|
export {
|
|
HtmlAdapter,
|
|
HtmlAdapterFactoryExtension,
|
|
HtmlAdapterFactoryIdentifier,
|
|
} from './html.js';
|