auto-imports.d.ts 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-auto-import
  5. export {}
  6. declare global {
  7. const EffectScope: typeof import('vue')['EffectScope']
  8. const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
  9. const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
  10. const computed: typeof import('vue')['computed']
  11. const computedAsync: typeof import('@vueuse/core')['computedAsync']
  12. const computedEager: typeof import('@vueuse/core')['computedEager']
  13. const computedInject: typeof import('@vueuse/core')['computedInject']
  14. const computedWithControl: typeof import('@vueuse/core')['computedWithControl']
  15. const controlledComputed: typeof import('@vueuse/core')['controlledComputed']
  16. const controlledRef: typeof import('@vueuse/core')['controlledRef']
  17. const createApp: typeof import('vue')['createApp']
  18. const createEventHook: typeof import('@vueuse/core')['createEventHook']
  19. const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
  20. const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
  21. const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
  22. const createReusableTemplate: typeof import('@vueuse/core')['createReusableTemplate']
  23. const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
  24. const createTemplatePromise: typeof import('@vueuse/core')['createTemplatePromise']
  25. const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn']
  26. const customRef: typeof import('vue')['customRef']
  27. const debouncedRef: typeof import('@vueuse/core')['debouncedRef']
  28. const debouncedWatch: typeof import('@vueuse/core')['debouncedWatch']
  29. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  30. const defineComponent: typeof import('vue')['defineComponent']
  31. const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
  32. const effectScope: typeof import('vue')['effectScope']
  33. const extendRef: typeof import('@vueuse/core')['extendRef']
  34. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  35. const getCurrentScope: typeof import('vue')['getCurrentScope']
  36. const h: typeof import('vue')['h']
  37. const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
  38. const inject: typeof import('vue')['inject']
  39. const isDark: typeof import('./src/composables/dark')['isDark']
  40. const isDefined: typeof import('@vueuse/core')['isDefined']
  41. const isProxy: typeof import('vue')['isProxy']
  42. const isReactive: typeof import('vue')['isReactive']
  43. const isReadonly: typeof import('vue')['isReadonly']
  44. const isRef: typeof import('vue')['isRef']
  45. const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
  46. const markRaw: typeof import('vue')['markRaw']
  47. const nextTick: typeof import('vue')['nextTick']
  48. const onActivated: typeof import('vue')['onActivated']
  49. const onBeforeMount: typeof import('vue')['onBeforeMount']
  50. const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
  51. const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
  52. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  53. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  54. const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
  55. const onDeactivated: typeof import('vue')['onDeactivated']
  56. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  57. const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
  58. const onLongPress: typeof import('@vueuse/core')['onLongPress']
  59. const onMounted: typeof import('vue')['onMounted']
  60. const onRenderTracked: typeof import('vue')['onRenderTracked']
  61. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  62. const onScopeDispose: typeof import('vue')['onScopeDispose']
  63. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  64. const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
  65. const onUnmounted: typeof import('vue')['onUnmounted']
  66. const onUpdated: typeof import('vue')['onUpdated']
  67. const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
  68. const provide: typeof import('vue')['provide']
  69. const reactify: typeof import('@vueuse/core')['reactify']
  70. const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
  71. const reactive: typeof import('vue')['reactive']
  72. const reactiveComputed: typeof import('@vueuse/core')['reactiveComputed']
  73. const reactiveOmit: typeof import('@vueuse/core')['reactiveOmit']
  74. const reactivePick: typeof import('@vueuse/core')['reactivePick']
  75. const readonly: typeof import('vue')['readonly']
  76. const ref: typeof import('vue')['ref']
  77. const refAutoReset: typeof import('@vueuse/core')['refAutoReset']
  78. const refDebounced: typeof import('@vueuse/core')['refDebounced']
  79. const refDefault: typeof import('@vueuse/core')['refDefault']
  80. const refThrottled: typeof import('@vueuse/core')['refThrottled']
  81. const refWithControl: typeof import('@vueuse/core')['refWithControl']
  82. const resolveComponent: typeof import('vue')['resolveComponent']
  83. const resolveRef: typeof import('@vueuse/core')['resolveRef']
  84. const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
  85. const shallowReactive: typeof import('vue')['shallowReactive']
  86. const shallowReadonly: typeof import('vue')['shallowReadonly']
  87. const shallowRef: typeof import('vue')['shallowRef']
  88. const syncRef: typeof import('@vueuse/core')['syncRef']
  89. const syncRefs: typeof import('@vueuse/core')['syncRefs']
  90. const templateRef: typeof import('@vueuse/core')['templateRef']
  91. const throttledRef: typeof import('@vueuse/core')['throttledRef']
  92. const throttledWatch: typeof import('@vueuse/core')['throttledWatch']
  93. const toRaw: typeof import('vue')['toRaw']
  94. const toReactive: typeof import('@vueuse/core')['toReactive']
  95. const toRef: typeof import('vue')['toRef']
  96. const toRefs: typeof import('vue')['toRefs']
  97. const toggleDark: typeof import('./src/composables/dark')['toggleDark']
  98. const triggerRef: typeof import('vue')['triggerRef']
  99. const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
  100. const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
  101. const tryOnMounted: typeof import('@vueuse/core')['tryOnMounted']
  102. const tryOnScopeDispose: typeof import('@vueuse/core')['tryOnScopeDispose']
  103. const tryOnUnmounted: typeof import('@vueuse/core')['tryOnUnmounted']
  104. const unref: typeof import('vue')['unref']
  105. const unrefElement: typeof import('@vueuse/core')['unrefElement']
  106. const until: typeof import('@vueuse/core')['until']
  107. const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
  108. const useAnimate: typeof import('@vueuse/core')['useAnimate']
  109. const useArrayDifference: typeof import('@vueuse/core')['useArrayDifference']
  110. const useArrayEvery: typeof import('@vueuse/core')['useArrayEvery']
  111. const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
  112. const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
  113. const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
  114. const useArrayFindLast: typeof import('@vueuse/core')['useArrayFindLast']
  115. const useArrayIncludes: typeof import('@vueuse/core')['useArrayIncludes']
  116. const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
  117. const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
  118. const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
  119. const useArraySome: typeof import('@vueuse/core')['useArraySome']
  120. const useArrayUnique: typeof import('@vueuse/core')['useArrayUnique']
  121. const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
  122. const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
  123. const useAttrs: typeof import('vue')['useAttrs']
  124. const useBase64: typeof import('@vueuse/core')['useBase64']
  125. const useBattery: typeof import('@vueuse/core')['useBattery']
  126. const useBluetooth: typeof import('@vueuse/core')['useBluetooth']
  127. const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
  128. const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
  129. const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
  130. const useCached: typeof import('@vueuse/core')['useCached']
  131. const useClipboard: typeof import('@vueuse/core')['useClipboard']
  132. const useCloned: typeof import('@vueuse/core')['useCloned']
  133. const useColorMode: typeof import('@vueuse/core')['useColorMode']
  134. const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
  135. const useCounter: typeof import('@vueuse/core')['useCounter']
  136. const useCssModule: typeof import('vue')['useCssModule']
  137. const useCssVar: typeof import('@vueuse/core')['useCssVar']
  138. const useCssVars: typeof import('vue')['useCssVars']
  139. const useCurrentElement: typeof import('@vueuse/core')['useCurrentElement']
  140. const useCycleList: typeof import('@vueuse/core')['useCycleList']
  141. const useDark: typeof import('@vueuse/core')['useDark']
  142. const useDateFormat: typeof import('@vueuse/core')['useDateFormat']
  143. const useDebounce: typeof import('@vueuse/core')['useDebounce']
  144. const useDebounceFn: typeof import('@vueuse/core')['useDebounceFn']
  145. const useDebouncedRefHistory: typeof import('@vueuse/core')['useDebouncedRefHistory']
  146. const useDeviceMotion: typeof import('@vueuse/core')['useDeviceMotion']
  147. const useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation']
  148. const useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio']
  149. const useDevicesList: typeof import('@vueuse/core')['useDevicesList']
  150. const useDisplayMedia: typeof import('@vueuse/core')['useDisplayMedia']
  151. const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
  152. const useDraggable: typeof import('@vueuse/core')['useDraggable']
  153. const useDropZone: typeof import('@vueuse/core')['useDropZone']
  154. const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
  155. const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
  156. const useElementHover: typeof import('@vueuse/core')['useElementHover']
  157. const useElementSize: typeof import('@vueuse/core')['useElementSize']
  158. const useElementVisibility: typeof import('@vueuse/core')['useElementVisibility']
  159. const useEventBus: typeof import('@vueuse/core')['useEventBus']
  160. const useEventListener: typeof import('@vueuse/core')['useEventListener']
  161. const useEventSource: typeof import('@vueuse/core')['useEventSource']
  162. const useEyeDropper: typeof import('@vueuse/core')['useEyeDropper']
  163. const useFavicon: typeof import('@vueuse/core')['useFavicon']
  164. const useFetch: typeof import('@vueuse/core')['useFetch']
  165. const useFileDialog: typeof import('@vueuse/core')['useFileDialog']
  166. const useFileSystemAccess: typeof import('@vueuse/core')['useFileSystemAccess']
  167. const useFocus: typeof import('@vueuse/core')['useFocus']
  168. const useFocusWithin: typeof import('@vueuse/core')['useFocusWithin']
  169. const useFps: typeof import('@vueuse/core')['useFps']
  170. const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
  171. const useGamepad: typeof import('@vueuse/core')['useGamepad']
  172. const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
  173. const useIdle: typeof import('@vueuse/core')['useIdle']
  174. const useImage: typeof import('@vueuse/core')['useImage']
  175. const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
  176. const useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver']
  177. const useInterval: typeof import('@vueuse/core')['useInterval']
  178. const useIntervalFn: typeof import('@vueuse/core')['useIntervalFn']
  179. const useKeyModifier: typeof import('@vueuse/core')['useKeyModifier']
  180. const useLastChanged: typeof import('@vueuse/core')['useLastChanged']
  181. const useLink: typeof import('vue-router')['useLink']
  182. const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
  183. const useMagicKeys: typeof import('@vueuse/core')['useMagicKeys']
  184. const useManualRefHistory: typeof import('@vueuse/core')['useManualRefHistory']
  185. const useMediaControls: typeof import('@vueuse/core')['useMediaControls']
  186. const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
  187. const useMemoize: typeof import('@vueuse/core')['useMemoize']
  188. const useMemory: typeof import('@vueuse/core')['useMemory']
  189. const useMounted: typeof import('@vueuse/core')['useMounted']
  190. const useMouse: typeof import('@vueuse/core')['useMouse']
  191. const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
  192. const useMousePressed: typeof import('@vueuse/core')['useMousePressed']
  193. const useMutationObserver: typeof import('@vueuse/core')['useMutationObserver']
  194. const useNavigatorLanguage: typeof import('@vueuse/core')['useNavigatorLanguage']
  195. const useNetwork: typeof import('@vueuse/core')['useNetwork']
  196. const useNow: typeof import('@vueuse/core')['useNow']
  197. const useObjectUrl: typeof import('@vueuse/core')['useObjectUrl']
  198. const useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination']
  199. const useOnline: typeof import('@vueuse/core')['useOnline']
  200. const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
  201. const useParallax: typeof import('@vueuse/core')['useParallax']
  202. const useParentElement: typeof import('@vueuse/core')['useParentElement']
  203. const usePerformanceObserver: typeof import('@vueuse/core')['usePerformanceObserver']
  204. const usePermission: typeof import('@vueuse/core')['usePermission']
  205. const usePointer: typeof import('@vueuse/core')['usePointer']
  206. const usePointerLock: typeof import('@vueuse/core')['usePointerLock']
  207. const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
  208. const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
  209. const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast']
  210. const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
  211. const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
  212. const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
  213. const usePrevious: typeof import('@vueuse/core')['usePrevious']
  214. const useRafFn: typeof import('@vueuse/core')['useRafFn']
  215. const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
  216. const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
  217. const useRoute: typeof import('vue-router')['useRoute']
  218. const useRouter: typeof import('vue-router')['useRouter']
  219. const useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation']
  220. const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea']
  221. const useScriptTag: typeof import('@vueuse/core')['useScriptTag']
  222. const useScroll: typeof import('@vueuse/core')['useScroll']
  223. const useScrollLock: typeof import('@vueuse/core')['useScrollLock']
  224. const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
  225. const useShare: typeof import('@vueuse/core')['useShare']
  226. const useSlots: typeof import('vue')['useSlots']
  227. const useSorted: typeof import('@vueuse/core')['useSorted']
  228. const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition']
  229. const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis']
  230. const useStepper: typeof import('@vueuse/core')['useStepper']
  231. const useStorage: typeof import('@vueuse/core')['useStorage']
  232. const useStorageAsync: typeof import('@vueuse/core')['useStorageAsync']
  233. const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
  234. const useSupported: typeof import('@vueuse/core')['useSupported']
  235. const useSwipe: typeof import('@vueuse/core')['useSwipe']
  236. const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
  237. const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
  238. const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
  239. const useTextareaAutosize: typeof import('@vueuse/core')['useTextareaAutosize']
  240. const useThrottle: typeof import('@vueuse/core')['useThrottle']
  241. const useThrottleFn: typeof import('@vueuse/core')['useThrottleFn']
  242. const useThrottledRefHistory: typeof import('@vueuse/core')['useThrottledRefHistory']
  243. const useTimeAgo: typeof import('@vueuse/core')['useTimeAgo']
  244. const useTimeout: typeof import('@vueuse/core')['useTimeout']
  245. const useTimeoutFn: typeof import('@vueuse/core')['useTimeoutFn']
  246. const useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll']
  247. const useTimestamp: typeof import('@vueuse/core')['useTimestamp']
  248. const useTitle: typeof import('@vueuse/core')['useTitle']
  249. const useToNumber: typeof import('@vueuse/core')['useToNumber']
  250. const useToString: typeof import('@vueuse/core')['useToString']
  251. const useToggle: typeof import('@vueuse/core')['useToggle']
  252. const useTransition: typeof import('@vueuse/core')['useTransition']
  253. const useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams']
  254. const useUserMedia: typeof import('@vueuse/core')['useUserMedia']
  255. const useVModel: typeof import('@vueuse/core')['useVModel']
  256. const useVModels: typeof import('@vueuse/core')['useVModels']
  257. const useVibrate: typeof import('@vueuse/core')['useVibrate']
  258. const useVirtualList: typeof import('@vueuse/core')['useVirtualList']
  259. const useWakeLock: typeof import('@vueuse/core')['useWakeLock']
  260. const useWebNotification: typeof import('@vueuse/core')['useWebNotification']
  261. const useWebSocket: typeof import('@vueuse/core')['useWebSocket']
  262. const useWebWorker: typeof import('@vueuse/core')['useWebWorker']
  263. const useWebWorkerFn: typeof import('@vueuse/core')['useWebWorkerFn']
  264. const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
  265. const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
  266. const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
  267. const watch: typeof import('vue')['watch']
  268. const watchArray: typeof import('@vueuse/core')['watchArray']
  269. const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
  270. const watchDebounced: typeof import('@vueuse/core')['watchDebounced']
  271. const watchDeep: typeof import('@vueuse/core')['watchDeep']
  272. const watchEffect: typeof import('vue')['watchEffect']
  273. const watchIgnorable: typeof import('@vueuse/core')['watchIgnorable']
  274. const watchImmediate: typeof import('@vueuse/core')['watchImmediate']
  275. const watchOnce: typeof import('@vueuse/core')['watchOnce']
  276. const watchPausable: typeof import('@vueuse/core')['watchPausable']
  277. const watchPostEffect: typeof import('vue')['watchPostEffect']
  278. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  279. const watchThrottled: typeof import('@vueuse/core')['watchThrottled']
  280. const watchTriggerable: typeof import('@vueuse/core')['watchTriggerable']
  281. const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
  282. const whenever: typeof import('@vueuse/core')['whenever']
  283. }
  284. // for type re-export
  285. declare global {
  286. // @ts-ignore
  287. export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
  288. }
  289. // for vue template auto import
  290. import { UnwrapRef } from 'vue'
  291. declare module 'vue' {
  292. interface ComponentCustomProperties {
  293. readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
  294. readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
  295. readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
  296. readonly computed: UnwrapRef<typeof import('vue')['computed']>
  297. readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
  298. readonly computedEager: UnwrapRef<typeof import('@vueuse/core')['computedEager']>
  299. readonly computedInject: UnwrapRef<typeof import('@vueuse/core')['computedInject']>
  300. readonly computedWithControl: UnwrapRef<typeof import('@vueuse/core')['computedWithControl']>
  301. readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
  302. readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
  303. readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
  304. readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
  305. readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
  306. readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
  307. readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
  308. readonly createReusableTemplate: UnwrapRef<typeof import('@vueuse/core')['createReusableTemplate']>
  309. readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
  310. readonly createTemplatePromise: UnwrapRef<typeof import('@vueuse/core')['createTemplatePromise']>
  311. readonly createUnrefFn: UnwrapRef<typeof import('@vueuse/core')['createUnrefFn']>
  312. readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
  313. readonly debouncedRef: UnwrapRef<typeof import('@vueuse/core')['debouncedRef']>
  314. readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
  315. readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
  316. readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
  317. readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
  318. readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
  319. readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
  320. readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
  321. readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
  322. readonly h: UnwrapRef<typeof import('vue')['h']>
  323. readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
  324. readonly inject: UnwrapRef<typeof import('vue')['inject']>
  325. readonly isDark: UnwrapRef<typeof import('./src/composables/dark')['isDark']>
  326. readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
  327. readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
  328. readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
  329. readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
  330. readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
  331. readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
  332. readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
  333. readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
  334. readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
  335. readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
  336. readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router')['onBeforeRouteLeave']>
  337. readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router')['onBeforeRouteUpdate']>
  338. readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
  339. readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
  340. readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
  341. readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
  342. readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
  343. readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
  344. readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
  345. readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
  346. readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
  347. readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
  348. readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
  349. readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
  350. readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
  351. readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
  352. readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
  353. readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
  354. readonly provide: UnwrapRef<typeof import('vue')['provide']>
  355. readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
  356. readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
  357. readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
  358. readonly reactiveComputed: UnwrapRef<typeof import('@vueuse/core')['reactiveComputed']>
  359. readonly reactiveOmit: UnwrapRef<typeof import('@vueuse/core')['reactiveOmit']>
  360. readonly reactivePick: UnwrapRef<typeof import('@vueuse/core')['reactivePick']>
  361. readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
  362. readonly ref: UnwrapRef<typeof import('vue')['ref']>
  363. readonly refAutoReset: UnwrapRef<typeof import('@vueuse/core')['refAutoReset']>
  364. readonly refDebounced: UnwrapRef<typeof import('@vueuse/core')['refDebounced']>
  365. readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
  366. readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
  367. readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
  368. readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
  369. readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
  370. readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
  371. readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
  372. readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
  373. readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
  374. readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
  375. readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
  376. readonly templateRef: UnwrapRef<typeof import('@vueuse/core')['templateRef']>
  377. readonly throttledRef: UnwrapRef<typeof import('@vueuse/core')['throttledRef']>
  378. readonly throttledWatch: UnwrapRef<typeof import('@vueuse/core')['throttledWatch']>
  379. readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
  380. readonly toReactive: UnwrapRef<typeof import('@vueuse/core')['toReactive']>
  381. readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
  382. readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
  383. readonly toggleDark: UnwrapRef<typeof import('./src/composables/dark')['toggleDark']>
  384. readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
  385. readonly tryOnBeforeMount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeMount']>
  386. readonly tryOnBeforeUnmount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeUnmount']>
  387. readonly tryOnMounted: UnwrapRef<typeof import('@vueuse/core')['tryOnMounted']>
  388. readonly tryOnScopeDispose: UnwrapRef<typeof import('@vueuse/core')['tryOnScopeDispose']>
  389. readonly tryOnUnmounted: UnwrapRef<typeof import('@vueuse/core')['tryOnUnmounted']>
  390. readonly unref: UnwrapRef<typeof import('vue')['unref']>
  391. readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
  392. readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
  393. readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
  394. readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
  395. readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
  396. readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
  397. readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
  398. readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']>
  399. readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']>
  400. readonly useArrayFindLast: UnwrapRef<typeof import('@vueuse/core')['useArrayFindLast']>
  401. readonly useArrayIncludes: UnwrapRef<typeof import('@vueuse/core')['useArrayIncludes']>
  402. readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']>
  403. readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
  404. readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
  405. readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
  406. readonly useArrayUnique: UnwrapRef<typeof import('@vueuse/core')['useArrayUnique']>
  407. readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
  408. readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
  409. readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
  410. readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
  411. readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
  412. readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
  413. readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
  414. readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
  415. readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
  416. readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
  417. readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
  418. readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
  419. readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
  420. readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
  421. readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
  422. readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
  423. readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
  424. readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
  425. readonly useCurrentElement: UnwrapRef<typeof import('@vueuse/core')['useCurrentElement']>
  426. readonly useCycleList: UnwrapRef<typeof import('@vueuse/core')['useCycleList']>
  427. readonly useDark: UnwrapRef<typeof import('@vueuse/core')['useDark']>
  428. readonly useDateFormat: UnwrapRef<typeof import('@vueuse/core')['useDateFormat']>
  429. readonly useDebounce: UnwrapRef<typeof import('@vueuse/core')['useDebounce']>
  430. readonly useDebounceFn: UnwrapRef<typeof import('@vueuse/core')['useDebounceFn']>
  431. readonly useDebouncedRefHistory: UnwrapRef<typeof import('@vueuse/core')['useDebouncedRefHistory']>
  432. readonly useDeviceMotion: UnwrapRef<typeof import('@vueuse/core')['useDeviceMotion']>
  433. readonly useDeviceOrientation: UnwrapRef<typeof import('@vueuse/core')['useDeviceOrientation']>
  434. readonly useDevicePixelRatio: UnwrapRef<typeof import('@vueuse/core')['useDevicePixelRatio']>
  435. readonly useDevicesList: UnwrapRef<typeof import('@vueuse/core')['useDevicesList']>
  436. readonly useDisplayMedia: UnwrapRef<typeof import('@vueuse/core')['useDisplayMedia']>
  437. readonly useDocumentVisibility: UnwrapRef<typeof import('@vueuse/core')['useDocumentVisibility']>
  438. readonly useDraggable: UnwrapRef<typeof import('@vueuse/core')['useDraggable']>
  439. readonly useDropZone: UnwrapRef<typeof import('@vueuse/core')['useDropZone']>
  440. readonly useElementBounding: UnwrapRef<typeof import('@vueuse/core')['useElementBounding']>
  441. readonly useElementByPoint: UnwrapRef<typeof import('@vueuse/core')['useElementByPoint']>
  442. readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
  443. readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
  444. readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
  445. readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
  446. readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
  447. readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
  448. readonly useEyeDropper: UnwrapRef<typeof import('@vueuse/core')['useEyeDropper']>
  449. readonly useFavicon: UnwrapRef<typeof import('@vueuse/core')['useFavicon']>
  450. readonly useFetch: UnwrapRef<typeof import('@vueuse/core')['useFetch']>
  451. readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
  452. readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
  453. readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
  454. readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
  455. readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
  456. readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
  457. readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
  458. readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
  459. readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
  460. readonly useImage: UnwrapRef<typeof import('@vueuse/core')['useImage']>
  461. readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
  462. readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
  463. readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
  464. readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
  465. readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
  466. readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
  467. readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
  468. readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
  469. readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
  470. readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
  471. readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
  472. readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
  473. readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
  474. readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
  475. readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
  476. readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
  477. readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
  478. readonly useMousePressed: UnwrapRef<typeof import('@vueuse/core')['useMousePressed']>
  479. readonly useMutationObserver: UnwrapRef<typeof import('@vueuse/core')['useMutationObserver']>
  480. readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
  481. readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
  482. readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
  483. readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
  484. readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
  485. readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
  486. readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
  487. readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
  488. readonly useParentElement: UnwrapRef<typeof import('@vueuse/core')['useParentElement']>
  489. readonly usePerformanceObserver: UnwrapRef<typeof import('@vueuse/core')['usePerformanceObserver']>
  490. readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
  491. readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
  492. readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
  493. readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
  494. readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
  495. readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
  496. readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
  497. readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
  498. readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
  499. readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
  500. readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
  501. readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
  502. readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
  503. readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
  504. readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
  505. readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
  506. readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
  507. readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
  508. readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
  509. readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
  510. readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
  511. readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
  512. readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
  513. readonly useSorted: UnwrapRef<typeof import('@vueuse/core')['useSorted']>
  514. readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
  515. readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
  516. readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
  517. readonly useStorage: UnwrapRef<typeof import('@vueuse/core')['useStorage']>
  518. readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
  519. readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
  520. readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
  521. readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
  522. readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
  523. readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
  524. readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
  525. readonly useTextareaAutosize: UnwrapRef<typeof import('@vueuse/core')['useTextareaAutosize']>
  526. readonly useThrottle: UnwrapRef<typeof import('@vueuse/core')['useThrottle']>
  527. readonly useThrottleFn: UnwrapRef<typeof import('@vueuse/core')['useThrottleFn']>
  528. readonly useThrottledRefHistory: UnwrapRef<typeof import('@vueuse/core')['useThrottledRefHistory']>
  529. readonly useTimeAgo: UnwrapRef<typeof import('@vueuse/core')['useTimeAgo']>
  530. readonly useTimeout: UnwrapRef<typeof import('@vueuse/core')['useTimeout']>
  531. readonly useTimeoutFn: UnwrapRef<typeof import('@vueuse/core')['useTimeoutFn']>
  532. readonly useTimeoutPoll: UnwrapRef<typeof import('@vueuse/core')['useTimeoutPoll']>
  533. readonly useTimestamp: UnwrapRef<typeof import('@vueuse/core')['useTimestamp']>
  534. readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
  535. readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
  536. readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
  537. readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
  538. readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
  539. readonly useUrlSearchParams: UnwrapRef<typeof import('@vueuse/core')['useUrlSearchParams']>
  540. readonly useUserMedia: UnwrapRef<typeof import('@vueuse/core')['useUserMedia']>
  541. readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
  542. readonly useVModels: UnwrapRef<typeof import('@vueuse/core')['useVModels']>
  543. readonly useVibrate: UnwrapRef<typeof import('@vueuse/core')['useVibrate']>
  544. readonly useVirtualList: UnwrapRef<typeof import('@vueuse/core')['useVirtualList']>
  545. readonly useWakeLock: UnwrapRef<typeof import('@vueuse/core')['useWakeLock']>
  546. readonly useWebNotification: UnwrapRef<typeof import('@vueuse/core')['useWebNotification']>
  547. readonly useWebSocket: UnwrapRef<typeof import('@vueuse/core')['useWebSocket']>
  548. readonly useWebWorker: UnwrapRef<typeof import('@vueuse/core')['useWebWorker']>
  549. readonly useWebWorkerFn: UnwrapRef<typeof import('@vueuse/core')['useWebWorkerFn']>
  550. readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
  551. readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
  552. readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
  553. readonly watch: UnwrapRef<typeof import('vue')['watch']>
  554. readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
  555. readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
  556. readonly watchDebounced: UnwrapRef<typeof import('@vueuse/core')['watchDebounced']>
  557. readonly watchDeep: UnwrapRef<typeof import('@vueuse/core')['watchDeep']>
  558. readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
  559. readonly watchIgnorable: UnwrapRef<typeof import('@vueuse/core')['watchIgnorable']>
  560. readonly watchImmediate: UnwrapRef<typeof import('@vueuse/core')['watchImmediate']>
  561. readonly watchOnce: UnwrapRef<typeof import('@vueuse/core')['watchOnce']>
  562. readonly watchPausable: UnwrapRef<typeof import('@vueuse/core')['watchPausable']>
  563. readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
  564. readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
  565. readonly watchThrottled: UnwrapRef<typeof import('@vueuse/core')['watchThrottled']>
  566. readonly watchTriggerable: UnwrapRef<typeof import('@vueuse/core')['watchTriggerable']>
  567. readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
  568. readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
  569. }
  570. }