feat(editor): add page break node (#2202)

This commit is contained in:
Philip Okugbe
2026-05-14 03:48:13 +01:00
committed by GitHub
parent 3b983a27f6
commit f4af4c3fc0
10 changed files with 135 additions and 0 deletions
+1
View File
@@ -31,5 +31,6 @@ export * from "./lib/recreate-transform";
export * from "./lib/columns";
export * from "./lib/status";
export * from "./lib/pdf";
export * from "./lib/page-break";
export * from "./lib/resizable-nodeview";