Skip to content

Commit

Permalink
feat: export generateContext
Browse files Browse the repository at this point in the history
  • Loading branch information
yy-wow committed Nov 15, 2024
1 parent 40d3b16 commit 1eac4d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/renderer/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
* A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
*
*/
import Renderer, { api } from './RenderMain'
import Renderer, { api, generateContext } from './RenderMain'
import BuiltinBundle from './builtin/builtin.json'

export default Renderer

export { api, BuiltinBundle }
export { api, BuiltinBundle, generateContext }

0 comments on commit 1eac4d0

Please sign in to comment.