How to access types of auto-imported components?
Currently I'm doing this to type template refs according to:
https://vuejs.org/guide/typescript/composition-api.html#typing-component-template-refs
Like so:
Is there a way to access the types of the auto-imported comps without explicitly importing them? Something like:
TypeScript with Composition API | Vue.js
Vue.js - The Progressive JavaScript Framework
0 Replies