[fix] Add type keyword to Component import

Fix Vue module export error by properly importing Component as a type
This commit is contained in:
Jin Yi
2025-08-02 13:06:27 +09:00
parent 91f8b38953
commit 398965e1b1

View File

@@ -132,7 +132,7 @@
import Button from 'primevue/button'
import {
type CSSProperties,
Component,
type Component,
computed,
nextTick,
onMounted,