mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-06 03:49:56 +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';
|