In Vue 3, make the properties of the encapsulated component accessible and enable IDE autocomplete support
I have a vue3 component MyButton and it’s a decoration of vuetify v-btn component.
I want MyButton props to extend all of the props v-btn has, and get autocomplete support from IntelliJ or VSCode, is there a way to achieve it?