You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2020. It is now read-only.
Is your feature request related to a problem? Please describe.
I'm using Vue-TypeScript, but this project does not have type declarations, so I have to use // @ts-ignore when importing components, and they would have no auto-complete without the type declarations.
Describe the solution you'd like
Create .d.ts files for the js components in this repo. Like this.
geiseri, sdailly, geraosio, MarkMcTernan, RafaelLiendo and 1 more