im using VueJS + Typescript + JSX.
The problem is: We defined props type by typescript already, can we ignore the props value inside defineComponent ?
This make no sense when you have to type the variable in both typescript and defineComponent right ?
I need a way for the code be shorter without any error.