Skip to content

Commit

Permalink
[chore]: ui-vue3 > export types
Browse files Browse the repository at this point in the history
  • Loading branch information
azuradara committed Jan 16, 2024
1 parent 8ab5e87 commit 2b28061
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"./style": {
"require": "./dist/index.css",
"import": "./dist/index.css"
}
},
"./types": "./dist/types/index.d.ts",
"./types/*": "./dist/types/*.d.ts"
},
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand Down

0 comments on commit 2b28061

Please sign in to comment.