Skip to content

Commit f774eac

Browse files
committed
lint issues
1 parent 7fdb9bf commit f774eac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/types/index.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
import type { NuxtApp } from '#app'
2+
13
declare global {
24
interface Window {
3-
__nuxtComponentPreviewApp?: any
5+
__nuxtComponentPreviewApp?: NuxtApp
46
}
57
}
68

7-
export {}
9+
export {}

0 commit comments

Comments
 (0)