Skip to content

Commit

Permalink
More export tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Sep 10, 2024
1 parent b813473 commit aaa463d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
5 changes: 5 additions & 0 deletions src/react/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ export {
emptyMakeCodeProject,
} from '../vanilla/examples.js';

export {
MakeCodeFrameDriver,
createMakeCodeURL,
} from '../vanilla/makecode-frame-driver.js';

export { BlockLayout } from '../vanilla/pxt.js';

export type {
Expand Down
17 changes: 9 additions & 8 deletions src/vanilla/index.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
export { MakeCodeFrameDriver } from './makecode-frame-driver.js';

export {
default as useMakeCodeRenderBlocks,
type MakeCodeRenderBlocksReturn,
} from './makecode-render-blocks.js';

export {
defaultMakeCodeProject,
emptyMakeCodeProject,
} from '../vanilla/examples.js';

export {
MakeCodeFrameDriver,
createMakeCodeURL,
type Options,
} from '../vanilla/makecode-frame-driver.js';

export { BlockLayout } from '../vanilla/pxt.js';

export type {
CreateEvent,
EditorContentLoadedRequest,
Expand All @@ -32,7 +33,7 @@ export type {
RenderXmlOptions,
ShareResult,
StartActivityOptions,
ToolboxCategoryDefinition,
ToolboxBlockDefinition,
ToolboxCategoryDefinition,
UIEvent,
} from '../vanilla/pxt.js';

0 comments on commit aaa463d

Please sign in to comment.