Open rtabulov opened 2 years ago
didn't add an issue, because there is only a template for a bug, this pr is for improvement
at the moment typescript cannot hint Splide component's emits because it is of type string[]
emits
string[]
in other words this pr turns this
into this
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 typestring[]
in other words this pr turns this
into this