bastidest / vue-step-progress

A simple Vue component that displays a Progress Bar with labels for each step
MIT License
53 stars 18 forks source link

Not working with Typescript #6

Open demiro opened 4 years ago

demiro commented 4 years ago

Could not find a declaration file for module 'vue-step-progress' Try npm install @types/vue-step-progress if it exists or add a new declaration (.d.ts) file containing declare module 'vue-step-progress';

bastidest commented 4 years ago

I will convert this project to typescript when I find the time. In the meanwhile I'm happy to accept declaration files as pull requests!