Skip to content

Commit a98408e

Browse files
authored
fix: missing browser type in plugins dts (#7)
1 parent 7ef4d31 commit a98408e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/plugins/types.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { DeepReadonly, UnwrapNestedRefs } from '@vue/reactivity'
2-
import type { asyncDetect, detect, detectOS, parseUserAgent } from 'detect-browser-es'
2+
import type { Browser, asyncDetect, detect, detectOS, parseUserAgent } from 'detect-browser-es'
33
import type { HttpClientHintsState, UserAgentDataHints } from '../shared-types/types'
44

55
declare module '#app' {

0 commit comments

Comments
 (0)