Skip to content

Commit 6a252e2

Browse files
authored
fix: export updateBlock, to allow extending heading block (#1235)
1 parent 1f18799 commit 6a252e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export * from "./util/string.js";
4646
export * from "./util/typescript.js";
4747
export { UnreachableCaseError, assertEmpty } from "./util/typescript.js";
4848
export { locales };
49+
export * from "./api/blockManipulation/commands/updateBlock/updateBlock.js";
4950

5051
// for testing from react (TODO: move):
5152
export * from "./api/nodeConversions/blockToNode.js";

0 commit comments

Comments
 (0)