primevue/config: TypeScript error due to unexported type #1164
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
When importing
primevue/config
in TypeScript, the following error occurs:This is because vue 3 does not export a
PluginFunction
type. OnlyPlugin
is exported.https://github.com/vuejs/vue-next/blob/f0cf14bcc56c387372932e7d730f838ece17fe5f/packages/runtime-core/src/apiCreateApp.ts#L90-L96
The text was updated successfully, but these errors were encountered: