Skip to content

Commit

Permalink
chore: export helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkvasnicak committed Oct 25, 2024
1 parent aac5bb2 commit 3757491
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@
"default": "./dist/errors.cjs"
}
},
"./helpers": {
"import": {
"types": "./dist/helpers.d.ts",
"default": "./dist/helpers.js"
},
"require": {
"types": "./dist/helpers.d.cts",
"default": "./dist/helpers.cjs"
}
},
"./next": {
"import": {
"types": "./dist/next/index.d.ts",
Expand Down

0 comments on commit 3757491

Please sign in to comment.