xiaoluoboding / vue-command-palette

⌨️ A fast, composable, unstyled command palette interface for Vue.
https://vue-command-palette.vercel.app
MIT License
530 stars 26 forks source link

Types set incorrectly in package export #21

Open nandi95 opened 11 months ago

nandi95 commented 11 months ago

In the package json the types set to lib/index.d.ts but in reality it is under lib/types.d.ts https://github.com/xiaoluoboding/vue-command-palette/blob/db65ee64434394a881440ddf0a198e28880a2b06/package.json#L30C3-L30C31