JayeshLab / vue-resize-text

A vue directive which automatically resize font size based on element width.
https://jayeshlab.github.io/vue-resize-text/index.html
MIT License
71 stars 7 forks source link

Has no TS typings, cannot import into project #2

Open douglasg14b opened 4 years ago

douglasg14b commented 4 years ago

This can be fixed with something as easy as a declare module 'vue-resize-text'; in an index.d.ts file