Narrow Vue component type #141
Labels
enhancement
New feature or request
hacktoberfest
Good for Hacktoberfest participants
help wanted
Extra attention is needed
The return type of the
vueComponentProp()
function isobject | string
. It has to be so broad to allow Vue 2 and Vue 3 component options or instances. If you are able to narrow the type without pulling in heavy dependencies, please comment here or submit a pull request!See https://github.com/FloEdelmann/vue-ts-types/blob/main/README.md#vuecomponentpropvalidator-validator.
The text was updated successfully, but these errors were encountered: