Skip to content

Commit 3a84f5e

Browse files
committed
fix: dts
1 parent 64fa794 commit 3a84f5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vite.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
import unplugin from '.'
2+
import type { VitePlugin } from 'unplugin'
23

3-
export default unplugin.vite
4+
export default unplugin.vite as VitePlugin

0 commit comments

Comments
 (0)