nuxt-icons icon indicating copy to clipboard operation
nuxt-icons copied to clipboard

Type safety

Open SimonSimCity opened this issue 2 years ago • 0 comments

Based on PR #41, this PR provides a generator which generates a Typescript type for the name of icons.

The changes done here are heavily inspired by the package https://github.com/victorgarciaesgi/nuxt-typed-router.

I also tried making the path dynamic, but this doesn't seem to be possible (https://github.com/vitejs/vite/issues/5478)

SimonSimCity avatar Apr 26 '23 12:04 SimonSimCity