pexea12 / vue-image-lightbox

A Vue component to display an image gallery lightbox
347 stars 80 forks source link

Missing type definition for TypeScript #122

Open ravi-softcosol opened 3 years ago

ravi-softcosol commented 3 years ago

Cannot find the dev dependency "@types/vue-image-lightbox" on the npm register.

ravi-softcosol commented 3 years ago

Please add support for vue + typescript

Dhaxor commented 2 years ago

You can use ambient declaration in typescript to declare the types for now but you won't be able to get intellisense.