vuejs-tips / vue-the-mask

Tiny (<2k gzipped) and dependency free mask input for Vue.js
https://vuejs-tips.github.io/vue-the-mask/
1.72k stars 212 forks source link

Typescript support #210

Open Iscrimou opened 4 months ago

Iscrimou commented 4 months ago

I just install @types/vue-the-mask but I cant import the lib yet, in my console shows up this message:

Captura de tela de 2024-04-22 12-30-28

without types I can't even import the lib in main.ts. any solutions?