ghalex / vue3-charts

Vue3-Charts is an SVG-based charting library that is very easy to use and highly customizable
https://vue3charts.org
MIT License
135 stars 23 forks source link

typescript types declarations #25

Closed ralpheichelberger closed 2 years ago

ralpheichelberger commented 2 years ago

Thank you for a simple way to display charts! That is awsome!

Could you please provide "@types/vue3-charts", so one can build with vite vue/ts, please!

ghalex commented 2 years ago

Hi @ralpheichelberger,

The library is written in typescript and provides typing, check your node_modules you will find vue3-charts/dist/index.d.ts.

Thanks, Alexandru