Splidejs / vue-splide

The Splide component for Vue.
MIT License
328 stars 77 forks source link

improve emit types for Splide component #66

Open rtabulov opened 2 years ago

rtabulov commented 2 years ago

Related Issues

didn't add an issue, because there is only a template for a bug, this pr is for improvement

Description

at the moment typescript cannot hint Splide component's emits because it is of type string[]

in other words this pr turns this

image

into this

image