Skip to content

Commit b813473

Browse files
enum needs to be real export
1 parent 3fe55b2 commit b813473

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
@@ -19,8 +19,9 @@ export {
1919
emptyMakeCodeProject,
2020
} from '../vanilla/examples.js';
2121

22+
export { BlockLayout } from '../vanilla/pxt.js';
23+
2224
export type {
23-
BlockLayout,
2425
CreateEvent,
2526
EditorContentLoadedRequest,
2627
EditorEvent,

0 commit comments

Comments
 (0)