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.
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-ignorewhen importing components, and they would have no auto-complete without the type declarations.Describe the solution you'd like
Create
.d.tsfiles for the js components in this repo. Like this.