Skip to content

Commit 3fe55b2

Browse files
Export BlockLayout
1 parent 454d34a commit 3fe55b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/react/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export {
2020
} from '../vanilla/examples.js';
2121

2222
export type {
23+
BlockLayout,
2324
CreateEvent,
2425
EditorContentLoadedRequest,
2526
EditorEvent,
@@ -41,7 +42,7 @@ export type {
4142
RenderXmlOptions,
4243
ShareResult,
4344
StartActivityOptions,
44-
ToolboxCategoryDefinition,
4545
ToolboxBlockDefinition,
46+
ToolboxCategoryDefinition,
4647
UIEvent,
4748
} from '../vanilla/pxt.js';

0 commit comments

Comments
 (0)