We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef4d31 commit a98408eCopy full SHA for a98408e
src/runtime/plugins/types.d.ts
@@ -1,5 +1,5 @@
1
import type { DeepReadonly, UnwrapNestedRefs } from '@vue/reactivity'
2
-import type { asyncDetect, detect, detectOS, parseUserAgent } from 'detect-browser-es'
+import type { Browser, asyncDetect, detect, detectOS, parseUserAgent } from 'detect-browser-es'
3
import type { HttpClientHintsState, UserAgentDataHints } from '../shared-types/types'
4
5
declare module '#app' {
0 commit comments