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