This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Description
First of all, I'd like to thank you for the great library : )
I'm trying to install it in my project, but got this error:
Could not find a declaration file for module 'vue-virtual-scroll-grid'. 'node_modules/vue-virtual-scroll-grid/dist/vue-virtual-scroll-grid.umd.js' implicitly has an 'any' type.
Try `npm install @types/vue-virtual-scroll-grid` if it exists or add a new declaration (.d.ts) file containing `declare module 'vue-virtual-scroll-grid';`
Do we have any typings for this library?
Thanks.