Skip to content

Commit

Permalink
fix(runtime): expose stylesheet types in package exports (#2924)
Browse files Browse the repository at this point in the history
fix: expose stylesheet types in package exports
  • Loading branch information
idoros authored Nov 21, 2023
1 parent cedb334 commit c572eb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./stylesheet": {
"types": "./stylesheet.d.ts"
},
"./package.json": "./package.json",
"./dist/index.js": "./dist/index.js",
"./dist/index.mjs": "./dist/index.mjs"
Expand Down

0 comments on commit c572eb5

Please sign in to comment.