Get property types in Vue Composition API
When importing a component is it possible to get its properties type?
How to call the methods exposed by components in slots with Vue 3 Composition API
There are some components (child component) in a slot (in parent component) and I want to call the methods on them. I tried the following steps: