Open demiro opened 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';
npm install @types/vue-step-progress
declare module 'vue-step-progress';
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!
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 containingdeclare module 'vue-step-progress';