We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f18799 commit 6a252e2Copy full SHA for 6a252e2
packages/core/src/index.ts
@@ -46,6 +46,7 @@ export * from "./util/string.js";
46
export * from "./util/typescript.js";
47
export { UnreachableCaseError, assertEmpty } from "./util/typescript.js";
48
export { locales };
49
+export * from "./api/blockManipulation/commands/updateBlock/updateBlock.js";
50
51
// for testing from react (TODO: move):
52
export * from "./api/nodeConversions/blockToNode.js";
0 commit comments