auto-imports.d.ts 42 KB

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