We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fa794 commit 3a84f5eCopy full SHA for 3a84f5e
src/vite.ts
@@ -1,3 +1,4 @@
1
import unplugin from '.'
2
+import type { VitePlugin } from 'unplugin'
3
-export default unplugin.vite
4
+export default unplugin.vite as VitePlugin
0 commit comments