[Vuejs]-Does Vue have ElementType in React?

0👍

reference

In order to get the instance type of a component, you need to first
get its type via typeof, then use TypeScript’s built-in InstanceType
utility to extract its instance type

Leave a comment