File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1616 "npm" : " >=10"
1717 },
1818 "exports" : {
19- "vanilla" : {
19+ "./ vanilla" : {
2020 "import" : " ./dist/vanilla/index.js" ,
2121 "types" : " ./dist/vanilla/index.d.ts"
2222 },
23- "react" : {
23+ "./ react" : {
2424 "import" : " ./dist/react/index.js" ,
2525 "types" : " ./dist/react/index.d.ts"
2626 }
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ export {
88 type UseMakeCodeRenderBlocksReturn ,
99} from './useMakeCodeRenderBlocks.js' ;
1010
11+ export { MakeCodeRenderBlocksProvider } from './MakeCodeRenderBlocksProvider.js' ;
12+ export {
13+ default as MakeCodeBlocksRendering ,
14+ type MakeCodeBlocksRenderingProps ,
15+ } from './MakeCodeBlocksRendering.js' ;
16+
1117export {
1218 defaultMakeCodeProject ,
1319 emptyMakeCodeProject ,
You can’t perform that action at this time.
0 commit comments