auto-imports.d.ts 44 KB

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