thecodealer / vue-panzoom

Vue plugin to zoom/pan dom elements
MIT License
89 stars 20 forks source link

Add Typescript support #33

Open ch-charly opened 3 years ago

ch-charly commented 3 years ago

Currently there is no @types/pan-zoom to use this library with Typescript without complaints.

Vue is Typescript friendly, so this can library can be useful to be it too.

udyux commented 2 years ago

I believe the only necessary step for this would be to re-export the types from Panzoom, they're all declared in there.