feat(editor): inline footnote extension (#11908)

Closes: BS-3219
This commit is contained in:
Saul-Mirone
2025-04-23 01:40:49 +00:00
parent 6fbbfc80e5
commit 2510e7a9a4
20 changed files with 73 additions and 10 deletions

View File

@@ -0,0 +1 @@
export * from '@blocksuite/affine-inline-footnote/store';

View File

@@ -0,0 +1 @@
export * from '@blocksuite/affine-inline-footnote/view';