Skip to content

Commit

Permalink
Add dynamic-link export
Browse files Browse the repository at this point in the history
  • Loading branch information
pomber authored and fuma-nama committed Dec 28, 2024
1 parent ef306a1 commit 1931279
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
"import": "./dist/link.js",
"types": "./dist/link.d.ts"
},
"./dynamic-link": {
"import": "./dist/dynamic-link.js",
"types": "./dist/dynamic-link.d.ts"
},
"./mdx-plugins": {
"import": "./dist/mdx-plugins/index.js",
"types": "./dist/mdx-plugins/index.d.ts"
Expand Down

0 comments on commit 1931279

Please sign in to comment.