I cannot use the vue-phone-number-input in vue2 typescript. Is there any work around as I get the error. Trynpm i --save-dev @types/vue-phone-number-input if it exists or add a new declaration (.d.ts) file containing `declare module 'vue-phone-number-input';
Is Typescript supported for this npm package?
I cannot use the vue-phone-number-input in vue2 typescript. Is there any work around as I get the error.
Try
npm i --save-dev @types/vue-phone-number-input
if it exists or add a new declaration (.d.ts) file containing `declare module 'vue-phone-number-input';