vite-plugin-vue-type-imports
vite-plugin-vue-type-imports copied to clipboard
support Props extends X
Is that posible to make defineProps work like this

tbh I'm trying to keep this library pretty minimal as just a stop gap until Vue implements this. When testing it I don't think they supported using extends. I'd try opening an issue in the Vue library first
does this plugin support extends already?
The plugin supports extends partially. See Known limitations for unsupported types.
You can find a simple example from here