mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-05 19:40:30 +08:00
6 lines
206 B
TypeScript
6 lines
206 B
TypeScript
export * from './adapters';
|
|
export * from './exts';
|
|
export * from './footnote-node/footnote-config.js';
|
|
export { AffineFootnoteNode } from './footnote-node/footnote-node.js';
|
|
export * from './inline-spec';
|