vueper-slides
vueper-slides copied to clipboard
Typescript support
getting errors when using it with typescript
Hi, to avoid compile errors due to the missing types
I addded the following code in the shims-vue.d.ts
.
declare module 'vueperslides' {
class VueperSlides extends DefineComponent {}
class VueperSlide extends DefineComponent {}
}
NOTE: you'll do not have completion for props.
It'd be nice to have proper type definitions for this, I'll consider opening a PR later today as this would be useful to me. Love the component, but type definitions are a must for me.
hey is there any update about this?