feat(editor): note extension (#11856)

Closes: BS-3200
Closes: BS-3201
This commit is contained in:
Saul-Mirone
2025-04-21 13:18:34 +00:00
parent 864dd0e74d
commit 846410cdb6
20 changed files with 202 additions and 5 deletions

View File

@@ -0,0 +1 @@
export * from '@blocksuite/affine-block-note/store';

View File

@@ -0,0 +1 @@
export * from '@blocksuite/affine-block-note/view';

View File

@@ -0,0 +1 @@
export * from '@blocksuite/affine-block-paragraph/store';

View File

@@ -0,0 +1 @@
export * from '@blocksuite/affine-block-paragraph/view';