auto-imports.d.ts 64 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // noinspection JSUnusedGlobalSymbols
  5. // Generated by unplugin-auto-import
  6. export {}
  7. declare global {
  8. const EffectScope: typeof import('vue')['EffectScope']
  9. const ElLoading: typeof import('element-plus/es')['ElLoading']
  10. const ElMessage: typeof import('element-plus/es')['ElMessage']
  11. const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
  12. const ElNotification: typeof import('element-plus/es')['ElNotification']
  13. const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
  14. const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
  15. const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
  16. const computed: typeof import('vue')['computed']
  17. const computedAsync: typeof import('@vueuse/core')['computedAsync']
  18. const computedEager: typeof import('@vueuse/core')['computedEager']
  19. const computedInject: typeof import('@vueuse/core')['computedInject']
  20. const computedWithControl: typeof import('@vueuse/core')['computedWithControl']
  21. const controlledComputed: typeof import('@vueuse/core')['controlledComputed']
  22. const controlledRef: typeof import('@vueuse/core')['controlledRef']
  23. const createApp: typeof import('vue')['createApp']
  24. const createEventHook: typeof import('@vueuse/core')['createEventHook']
  25. const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
  26. const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
  27. const createPinia: typeof import('pinia')['createPinia']
  28. const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
  29. const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
  30. const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn']
  31. const customRef: typeof import('vue')['customRef']
  32. const debouncedRef: typeof import('@vueuse/core')['debouncedRef']
  33. const debouncedWatch: typeof import('@vueuse/core')['debouncedWatch']
  34. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  35. const defineComponent: typeof import('vue')['defineComponent']
  36. const 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 isDefined: typeof import('@vueuse/core')['isDefined']
  47. const isProxy: typeof import('vue')['isProxy']
  48. const isReactive: typeof import('vue')['isReactive']
  49. const isReadonly: typeof import('vue')['isReadonly']
  50. const isRef: typeof import('vue')['isRef']
  51. const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
  52. const mapActions: typeof import('pinia')['mapActions']
  53. const mapGetters: typeof import('pinia')['mapGetters']
  54. const mapState: typeof import('pinia')['mapState']
  55. const mapStores: typeof import('pinia')['mapStores']
  56. const mapWritableState: typeof import('pinia')['mapWritableState']
  57. const markRaw: typeof import('vue')['markRaw']
  58. const nextTick: typeof import('vue')['nextTick']
  59. const onActivated: typeof import('vue')['onActivated']
  60. const onBeforeMount: typeof import('vue')['onBeforeMount']
  61. const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
  62. const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
  63. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  64. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  65. const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
  66. const onDeactivated: typeof import('vue')['onDeactivated']
  67. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  68. const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
  69. const onLongPress: typeof import('@vueuse/core')['onLongPress']
  70. const onMounted: typeof import('vue')['onMounted']
  71. const onRenderTracked: typeof import('vue')['onRenderTracked']
  72. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  73. const onScopeDispose: typeof import('vue')['onScopeDispose']
  74. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  75. const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
  76. const onUnmounted: typeof import('vue')['onUnmounted']
  77. const onUpdated: typeof import('vue')['onUpdated']
  78. const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
  79. const provide: typeof import('vue')['provide']
  80. const reactify: typeof import('@vueuse/core')['reactify']
  81. const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
  82. const reactive: typeof import('vue')['reactive']
  83. const reactiveComputed: typeof import('@vueuse/core')['reactiveComputed']
  84. const reactiveOmit: typeof import('@vueuse/core')['reactiveOmit']
  85. const reactivePick: typeof import('@vueuse/core')['reactivePick']
  86. const readonly: typeof import('vue')['readonly']
  87. const ref: typeof import('vue')['ref']
  88. const refAutoReset: typeof import('@vueuse/core')['refAutoReset']
  89. const refDebounced: typeof import('@vueuse/core')['refDebounced']
  90. const refDefault: typeof import('@vueuse/core')['refDefault']
  91. const refThrottled: typeof import('@vueuse/core')['refThrottled']
  92. const refWithControl: typeof import('@vueuse/core')['refWithControl']
  93. const resolveComponent: typeof import('vue')['resolveComponent']
  94. const resolveRef: typeof import('@vueuse/core')['resolveRef']
  95. const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
  96. const setActivePinia: typeof import('pinia')['setActivePinia']
  97. const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
  98. const shallowReactive: typeof import('vue')['shallowReactive']
  99. const shallowReadonly: typeof import('vue')['shallowReadonly']
  100. const shallowRef: typeof import('vue')['shallowRef']
  101. const storeToRefs: typeof import('pinia')['storeToRefs']
  102. const syncRef: typeof import('@vueuse/core')['syncRef']
  103. const syncRefs: typeof import('@vueuse/core')['syncRefs']
  104. const templateRef: typeof import('@vueuse/core')['templateRef']
  105. const throttledRef: typeof import('@vueuse/core')['throttledRef']
  106. const throttledWatch: typeof import('@vueuse/core')['throttledWatch']
  107. const toRaw: typeof import('vue')['toRaw']
  108. const toReactive: typeof import('@vueuse/core')['toReactive']
  109. const toRef: typeof import('vue')['toRef']
  110. const toRefs: typeof import('vue')['toRefs']
  111. const toValue: typeof import('vue')['toValue']
  112. const triggerRef: typeof import('vue')['triggerRef']
  113. const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
  114. const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
  115. const tryOnMounted: typeof import('@vueuse/core')['tryOnMounted']
  116. const tryOnScopeDispose: typeof import('@vueuse/core')['tryOnScopeDispose']
  117. const tryOnUnmounted: typeof import('@vueuse/core')['tryOnUnmounted']
  118. const unref: typeof import('vue')['unref']
  119. const unrefElement: typeof import('@vueuse/core')['unrefElement']
  120. const until: typeof import('@vueuse/core')['until']
  121. const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
  122. const useArrayEvery: typeof import('@vueuse/core')['useArrayEvery']
  123. const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
  124. const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
  125. const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
  126. const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
  127. const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
  128. const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
  129. const useArraySome: typeof import('@vueuse/core')['useArraySome']
  130. const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
  131. const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
  132. const useAttrs: typeof import('vue')['useAttrs']
  133. const useBase64: typeof import('@vueuse/core')['useBase64']
  134. const useBattery: typeof import('@vueuse/core')['useBattery']
  135. const useBluetooth: typeof import('@vueuse/core')['useBluetooth']
  136. const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
  137. const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
  138. const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
  139. const useCached: typeof import('@vueuse/core')['useCached']
  140. const useClipboard: typeof import('@vueuse/core')['useClipboard']
  141. const useCloned: typeof import('@vueuse/core')['useCloned']
  142. const useColorMode: typeof import('@vueuse/core')['useColorMode']
  143. const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
  144. const useCounter: typeof import('@vueuse/core')['useCounter']
  145. const useCssModule: typeof import('vue')['useCssModule']
  146. const useCssVar: typeof import('@vueuse/core')['useCssVar']
  147. const useCssVars: typeof import('vue')['useCssVars']
  148. const useCurrentElement: typeof import('@vueuse/core')['useCurrentElement']
  149. const useCycleList: typeof import('@vueuse/core')['useCycleList']
  150. const useDark: typeof import('@vueuse/core')['useDark']
  151. const useDateFormat: typeof import('@vueuse/core')['useDateFormat']
  152. const useDebounce: typeof import('@vueuse/core')['useDebounce']
  153. const useDebounceFn: typeof import('@vueuse/core')['useDebounceFn']
  154. const useDebouncedRefHistory: typeof import('@vueuse/core')['useDebouncedRefHistory']
  155. const useDeviceMotion: typeof import('@vueuse/core')['useDeviceMotion']
  156. const useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation']
  157. const useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio']
  158. const useDevicesList: typeof import('@vueuse/core')['useDevicesList']
  159. const useDisplayMedia: typeof import('@vueuse/core')['useDisplayMedia']
  160. const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
  161. const useDraggable: typeof import('@vueuse/core')['useDraggable']
  162. const useDropZone: typeof import('@vueuse/core')['useDropZone']
  163. const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
  164. const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
  165. const useElementHover: typeof import('@vueuse/core')['useElementHover']
  166. const useElementSize: typeof import('@vueuse/core')['useElementSize']
  167. const useElementVisibility: typeof import('@vueuse/core')['useElementVisibility']
  168. const useEventBus: typeof import('@vueuse/core')['useEventBus']
  169. const useEventListener: typeof import('@vueuse/core')['useEventListener']
  170. const useEventSource: typeof import('@vueuse/core')['useEventSource']
  171. const useEyeDropper: typeof import('@vueuse/core')['useEyeDropper']
  172. const useFavicon: typeof import('@vueuse/core')['useFavicon']
  173. const useFetch: typeof import('@vueuse/core')['useFetch']
  174. const useFileDialog: typeof import('@vueuse/core')['useFileDialog']
  175. const useFileSystemAccess: typeof import('@vueuse/core')['useFileSystemAccess']
  176. const useFocus: typeof import('@vueuse/core')['useFocus']
  177. const useFocusWithin: typeof import('@vueuse/core')['useFocusWithin']
  178. const useFps: typeof import('@vueuse/core')['useFps']
  179. const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
  180. const useGamepad: typeof import('@vueuse/core')['useGamepad']
  181. const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
  182. const useIdle: typeof import('@vueuse/core')['useIdle']
  183. const useImage: typeof import('@vueuse/core')['useImage']
  184. const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
  185. const useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver']
  186. const useInterval: typeof import('@vueuse/core')['useInterval']
  187. const useIntervalFn: typeof import('@vueuse/core')['useIntervalFn']
  188. const useKeyModifier: typeof import('@vueuse/core')['useKeyModifier']
  189. const useLastChanged: typeof import('@vueuse/core')['useLastChanged']
  190. const useLink: typeof import('vue-router')['useLink']
  191. const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
  192. const useMagicKeys: typeof import('@vueuse/core')['useMagicKeys']
  193. const useManualRefHistory: typeof import('@vueuse/core')['useManualRefHistory']
  194. const useMediaControls: typeof import('@vueuse/core')['useMediaControls']
  195. const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
  196. const useMemoize: typeof import('@vueuse/core')['useMemoize']
  197. const useMemory: typeof import('@vueuse/core')['useMemory']
  198. const useMounted: typeof import('@vueuse/core')['useMounted']
  199. const useMouse: typeof import('@vueuse/core')['useMouse']
  200. const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
  201. const useMousePressed: typeof import('@vueuse/core')['useMousePressed']
  202. const useMutationObserver: typeof import('@vueuse/core')['useMutationObserver']
  203. const useNavigatorLanguage: typeof import('@vueuse/core')['useNavigatorLanguage']
  204. const useNetwork: typeof import('@vueuse/core')['useNetwork']
  205. const useNow: typeof import('@vueuse/core')['useNow']
  206. const useObjectUrl: typeof import('@vueuse/core')['useObjectUrl']
  207. const useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination']
  208. const useOnline: typeof import('@vueuse/core')['useOnline']
  209. const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
  210. const useParallax: typeof import('@vueuse/core')['useParallax']
  211. const usePermission: typeof import('@vueuse/core')['usePermission']
  212. const usePointer: typeof import('@vueuse/core')['usePointer']
  213. const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
  214. const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
  215. const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast']
  216. const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
  217. const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
  218. const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
  219. const useRafFn: typeof import('@vueuse/core')['useRafFn']
  220. const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
  221. const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
  222. const useRoute: typeof import('vue-router')['useRoute']
  223. const useRouter: typeof import('vue-router')['useRouter']
  224. const useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation']
  225. const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea']
  226. const useScriptTag: typeof import('@vueuse/core')['useScriptTag']
  227. const useScroll: typeof import('@vueuse/core')['useScroll']
  228. const useScrollLock: typeof import('@vueuse/core')['useScrollLock']
  229. const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
  230. const useShare: typeof import('@vueuse/core')['useShare']
  231. const useSlots: typeof import('vue')['useSlots']
  232. const useSorted: typeof import('@vueuse/core')['useSorted']
  233. const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition']
  234. const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis']
  235. const useStepper: typeof import('@vueuse/core')['useStepper']
  236. const useStorage: typeof import('@vueuse/core')['useStorage']
  237. const useStorageAsync: typeof import('@vueuse/core')['useStorageAsync']
  238. const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
  239. const useSupported: typeof import('@vueuse/core')['useSupported']
  240. const useSwipe: typeof import('@vueuse/core')['useSwipe']
  241. const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
  242. const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
  243. const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
  244. const useTextareaAutosize: typeof import('@vueuse/core')['useTextareaAutosize']
  245. const useThrottle: typeof import('@vueuse/core')['useThrottle']
  246. const useThrottleFn: typeof import('@vueuse/core')['useThrottleFn']
  247. const useThrottledRefHistory: typeof import('@vueuse/core')['useThrottledRefHistory']
  248. const useTimeAgo: typeof import('@vueuse/core')['useTimeAgo']
  249. const useTimeout: typeof import('@vueuse/core')['useTimeout']
  250. const useTimeoutFn: typeof import('@vueuse/core')['useTimeoutFn']
  251. const useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll']
  252. const useTimestamp: typeof import('@vueuse/core')['useTimestamp']
  253. const useTitle: typeof import('@vueuse/core')['useTitle']
  254. const useToNumber: typeof import('@vueuse/core')['useToNumber']
  255. const useToString: typeof import('@vueuse/core')['useToString']
  256. const useToggle: typeof import('@vueuse/core')['useToggle']
  257. const useTransition: typeof import('@vueuse/core')['useTransition']
  258. const useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams']
  259. const useUserMedia: typeof import('@vueuse/core')['useUserMedia']
  260. const useVModel: typeof import('@vueuse/core')['useVModel']
  261. const useVModels: typeof import('@vueuse/core')['useVModels']
  262. const useVibrate: typeof import('@vueuse/core')['useVibrate']
  263. const useVirtualList: typeof import('@vueuse/core')['useVirtualList']
  264. const useWakeLock: typeof import('@vueuse/core')['useWakeLock']
  265. const useWebNotification: typeof import('@vueuse/core')['useWebNotification']
  266. const useWebSocket: typeof import('@vueuse/core')['useWebSocket']
  267. const useWebWorker: typeof import('@vueuse/core')['useWebWorker']
  268. const useWebWorkerFn: typeof import('@vueuse/core')['useWebWorkerFn']
  269. const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
  270. const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
  271. const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
  272. const watch: typeof import('vue')['watch']
  273. const watchArray: typeof import('@vueuse/core')['watchArray']
  274. const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
  275. const watchDebounced: typeof import('@vueuse/core')['watchDebounced']
  276. const watchEffect: typeof import('vue')['watchEffect']
  277. const watchIgnorable: typeof import('@vueuse/core')['watchIgnorable']
  278. const watchOnce: typeof import('@vueuse/core')['watchOnce']
  279. const watchPausable: typeof import('@vueuse/core')['watchPausable']
  280. const watchPostEffect: typeof import('vue')['watchPostEffect']
  281. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  282. const watchThrottled: typeof import('@vueuse/core')['watchThrottled']
  283. const watchTriggerable: typeof import('@vueuse/core')['watchTriggerable']
  284. const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
  285. const whenever: typeof import('@vueuse/core')['whenever']
  286. }
  287. // for type re-export
  288. declare global {
  289. // @ts-ignore
  290. export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
  291. import('vue')
  292. }
  293. // for vue template auto import
  294. import { UnwrapRef } from 'vue'
  295. declare module 'vue' {
  296. interface GlobalComponents {}
  297. interface ComponentCustomProperties {
  298. readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
  299. readonly ElLoading: UnwrapRef<typeof import('element-plus/es')['ElLoading']>
  300. readonly ElMessage: UnwrapRef<typeof import('element-plus/es')['ElMessage']>
  301. readonly ElMessageBox: UnwrapRef<typeof import('element-plus/es')['ElMessageBox']>
  302. readonly ElNotification: UnwrapRef<typeof import('element-plus/es')['ElNotification']>
  303. readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>
  304. readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
  305. readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
  306. readonly computed: UnwrapRef<typeof import('vue')['computed']>
  307. readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
  308. readonly computedEager: UnwrapRef<typeof import('@vueuse/core')['computedEager']>
  309. readonly computedInject: UnwrapRef<typeof import('@vueuse/core')['computedInject']>
  310. readonly computedWithControl: UnwrapRef<typeof import('@vueuse/core')['computedWithControl']>
  311. readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
  312. readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
  313. readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
  314. readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
  315. readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
  316. readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
  317. readonly createPinia: UnwrapRef<typeof import('pinia')['createPinia']>
  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 defineStore: UnwrapRef<typeof import('pinia')['defineStore']>
  327. readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
  328. readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
  329. readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
  330. readonly getActivePinia: UnwrapRef<typeof import('pinia')['getActivePinia']>
  331. readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
  332. readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
  333. readonly h: UnwrapRef<typeof import('vue')['h']>
  334. readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
  335. readonly inject: UnwrapRef<typeof import('vue')['inject']>
  336. readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
  337. readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
  338. readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
  339. readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
  340. readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
  341. readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
  342. readonly mapActions: UnwrapRef<typeof import('pinia')['mapActions']>
  343. readonly mapGetters: UnwrapRef<typeof import('pinia')['mapGetters']>
  344. readonly mapState: UnwrapRef<typeof import('pinia')['mapState']>
  345. readonly mapStores: UnwrapRef<typeof import('pinia')['mapStores']>
  346. readonly mapWritableState: UnwrapRef<typeof import('pinia')['mapWritableState']>
  347. readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
  348. readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
  349. readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
  350. readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
  351. readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router')['onBeforeRouteLeave']>
  352. readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router')['onBeforeRouteUpdate']>
  353. readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
  354. readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
  355. readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
  356. readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
  357. readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
  358. readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
  359. readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
  360. readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
  361. readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
  362. readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
  363. readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
  364. readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
  365. readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
  366. readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
  367. readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
  368. readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
  369. readonly provide: UnwrapRef<typeof import('vue')['provide']>
  370. readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
  371. readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
  372. readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
  373. readonly reactiveComputed: UnwrapRef<typeof import('@vueuse/core')['reactiveComputed']>
  374. readonly reactiveOmit: UnwrapRef<typeof import('@vueuse/core')['reactiveOmit']>
  375. readonly reactivePick: UnwrapRef<typeof import('@vueuse/core')['reactivePick']>
  376. readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
  377. readonly ref: UnwrapRef<typeof import('vue')['ref']>
  378. readonly refAutoReset: UnwrapRef<typeof import('@vueuse/core')['refAutoReset']>
  379. readonly refDebounced: UnwrapRef<typeof import('@vueuse/core')['refDebounced']>
  380. readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
  381. readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
  382. readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
  383. readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
  384. readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
  385. readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
  386. readonly setActivePinia: UnwrapRef<typeof import('pinia')['setActivePinia']>
  387. readonly setMapStoreSuffix: UnwrapRef<typeof import('pinia')['setMapStoreSuffix']>
  388. readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
  389. readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
  390. readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
  391. readonly storeToRefs: UnwrapRef<typeof import('pinia')['storeToRefs']>
  392. readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
  393. readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
  394. readonly templateRef: UnwrapRef<typeof import('@vueuse/core')['templateRef']>
  395. readonly throttledRef: UnwrapRef<typeof import('@vueuse/core')['throttledRef']>
  396. readonly throttledWatch: UnwrapRef<typeof import('@vueuse/core')['throttledWatch']>
  397. readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
  398. readonly toReactive: UnwrapRef<typeof import('@vueuse/core')['toReactive']>
  399. readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
  400. readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
  401. readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
  402. readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
  403. readonly tryOnBeforeMount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeMount']>
  404. readonly tryOnBeforeUnmount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeUnmount']>
  405. readonly tryOnMounted: UnwrapRef<typeof import('@vueuse/core')['tryOnMounted']>
  406. readonly tryOnScopeDispose: UnwrapRef<typeof import('@vueuse/core')['tryOnScopeDispose']>
  407. readonly tryOnUnmounted: UnwrapRef<typeof import('@vueuse/core')['tryOnUnmounted']>
  408. readonly unref: UnwrapRef<typeof import('vue')['unref']>
  409. readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
  410. readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
  411. readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
  412. readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
  413. readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
  414. readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']>
  415. readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']>
  416. readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']>
  417. readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
  418. readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
  419. readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
  420. readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
  421. readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
  422. readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
  423. readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
  424. readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
  425. readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
  426. readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
  427. readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
  428. readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
  429. readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
  430. readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
  431. readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
  432. readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
  433. readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
  434. readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
  435. readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
  436. readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
  437. readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
  438. readonly useCurrentElement: UnwrapRef<typeof import('@vueuse/core')['useCurrentElement']>
  439. readonly useCycleList: UnwrapRef<typeof import('@vueuse/core')['useCycleList']>
  440. readonly useDark: UnwrapRef<typeof import('@vueuse/core')['useDark']>
  441. readonly useDateFormat: UnwrapRef<typeof import('@vueuse/core')['useDateFormat']>
  442. readonly useDebounce: UnwrapRef<typeof import('@vueuse/core')['useDebounce']>
  443. readonly useDebounceFn: UnwrapRef<typeof import('@vueuse/core')['useDebounceFn']>
  444. readonly useDebouncedRefHistory: UnwrapRef<typeof import('@vueuse/core')['useDebouncedRefHistory']>
  445. readonly useDeviceMotion: UnwrapRef<typeof import('@vueuse/core')['useDeviceMotion']>
  446. readonly useDeviceOrientation: UnwrapRef<typeof import('@vueuse/core')['useDeviceOrientation']>
  447. readonly useDevicePixelRatio: UnwrapRef<typeof import('@vueuse/core')['useDevicePixelRatio']>
  448. readonly useDevicesList: UnwrapRef<typeof import('@vueuse/core')['useDevicesList']>
  449. readonly useDisplayMedia: UnwrapRef<typeof import('@vueuse/core')['useDisplayMedia']>
  450. readonly useDocumentVisibility: UnwrapRef<typeof import('@vueuse/core')['useDocumentVisibility']>
  451. readonly useDraggable: UnwrapRef<typeof import('@vueuse/core')['useDraggable']>
  452. readonly useDropZone: UnwrapRef<typeof import('@vueuse/core')['useDropZone']>
  453. readonly useElementBounding: UnwrapRef<typeof import('@vueuse/core')['useElementBounding']>
  454. readonly useElementByPoint: UnwrapRef<typeof import('@vueuse/core')['useElementByPoint']>
  455. readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
  456. readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
  457. readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
  458. readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
  459. readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
  460. readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
  461. readonly useEyeDropper: UnwrapRef<typeof import('@vueuse/core')['useEyeDropper']>
  462. readonly useFavicon: UnwrapRef<typeof import('@vueuse/core')['useFavicon']>
  463. readonly useFetch: UnwrapRef<typeof import('@vueuse/core')['useFetch']>
  464. readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
  465. readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
  466. readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
  467. readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
  468. readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
  469. readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
  470. readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
  471. readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
  472. readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
  473. readonly useImage: UnwrapRef<typeof import('@vueuse/core')['useImage']>
  474. readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
  475. readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
  476. readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
  477. readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
  478. readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
  479. readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
  480. readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
  481. readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
  482. readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
  483. readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
  484. readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
  485. readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
  486. readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
  487. readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
  488. readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
  489. readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
  490. readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
  491. readonly useMousePressed: UnwrapRef<typeof import('@vueuse/core')['useMousePressed']>
  492. readonly useMutationObserver: UnwrapRef<typeof import('@vueuse/core')['useMutationObserver']>
  493. readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
  494. readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
  495. readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
  496. readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
  497. readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
  498. readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
  499. readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
  500. readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
  501. readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
  502. readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
  503. readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
  504. readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
  505. readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
  506. readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
  507. readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
  508. readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
  509. readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
  510. readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
  511. readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
  512. readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
  513. readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
  514. readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
  515. readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
  516. readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
  517. readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
  518. readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
  519. readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
  520. readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
  521. readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
  522. readonly useSorted: UnwrapRef<typeof import('@vueuse/core')['useSorted']>
  523. readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
  524. readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
  525. readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
  526. readonly useStorage: UnwrapRef<typeof import('@vueuse/core')['useStorage']>
  527. readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
  528. readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
  529. readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
  530. readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
  531. readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
  532. readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
  533. readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
  534. readonly useTextareaAutosize: UnwrapRef<typeof import('@vueuse/core')['useTextareaAutosize']>
  535. readonly useThrottle: UnwrapRef<typeof import('@vueuse/core')['useThrottle']>
  536. readonly useThrottleFn: UnwrapRef<typeof import('@vueuse/core')['useThrottleFn']>
  537. readonly useThrottledRefHistory: UnwrapRef<typeof import('@vueuse/core')['useThrottledRefHistory']>
  538. readonly useTimeAgo: UnwrapRef<typeof import('@vueuse/core')['useTimeAgo']>
  539. readonly useTimeout: UnwrapRef<typeof import('@vueuse/core')['useTimeout']>
  540. readonly useTimeoutFn: UnwrapRef<typeof import('@vueuse/core')['useTimeoutFn']>
  541. readonly useTimeoutPoll: UnwrapRef<typeof import('@vueuse/core')['useTimeoutPoll']>
  542. readonly useTimestamp: UnwrapRef<typeof import('@vueuse/core')['useTimestamp']>
  543. readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
  544. readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
  545. readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
  546. readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
  547. readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
  548. readonly useUrlSearchParams: UnwrapRef<typeof import('@vueuse/core')['useUrlSearchParams']>
  549. readonly useUserMedia: UnwrapRef<typeof import('@vueuse/core')['useUserMedia']>
  550. readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
  551. readonly useVModels: UnwrapRef<typeof import('@vueuse/core')['useVModels']>
  552. readonly useVibrate: UnwrapRef<typeof import('@vueuse/core')['useVibrate']>
  553. readonly useVirtualList: UnwrapRef<typeof import('@vueuse/core')['useVirtualList']>
  554. readonly useWakeLock: UnwrapRef<typeof import('@vueuse/core')['useWakeLock']>
  555. readonly useWebNotification: UnwrapRef<typeof import('@vueuse/core')['useWebNotification']>
  556. readonly useWebSocket: UnwrapRef<typeof import('@vueuse/core')['useWebSocket']>
  557. readonly useWebWorker: UnwrapRef<typeof import('@vueuse/core')['useWebWorker']>
  558. readonly useWebWorkerFn: UnwrapRef<typeof import('@vueuse/core')['useWebWorkerFn']>
  559. readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
  560. readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
  561. readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
  562. readonly watch: UnwrapRef<typeof import('vue')['watch']>
  563. readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
  564. readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
  565. readonly watchDebounced: UnwrapRef<typeof import('@vueuse/core')['watchDebounced']>
  566. readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
  567. readonly watchIgnorable: UnwrapRef<typeof import('@vueuse/core')['watchIgnorable']>
  568. readonly watchOnce: UnwrapRef<typeof import('@vueuse/core')['watchOnce']>
  569. readonly watchPausable: UnwrapRef<typeof import('@vueuse/core')['watchPausable']>
  570. readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
  571. readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
  572. readonly watchThrottled: UnwrapRef<typeof import('@vueuse/core')['watchThrottled']>
  573. readonly watchTriggerable: UnwrapRef<typeof import('@vueuse/core')['watchTriggerable']>
  574. readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
  575. readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
  576. }
  577. }
  578. declare module '@vue/runtime-core' {
  579. interface GlobalComponents {}
  580. interface ComponentCustomProperties {
  581. readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
  582. readonly ElLoading: UnwrapRef<typeof import('element-plus/es')['ElLoading']>
  583. readonly ElMessage: UnwrapRef<typeof import('element-plus/es')['ElMessage']>
  584. readonly ElMessageBox: UnwrapRef<typeof import('element-plus/es')['ElMessageBox']>
  585. readonly ElNotification: UnwrapRef<typeof import('element-plus/es')['ElNotification']>
  586. readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>
  587. readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
  588. readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
  589. readonly computed: UnwrapRef<typeof import('vue')['computed']>
  590. readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
  591. readonly computedEager: UnwrapRef<typeof import('@vueuse/core')['computedEager']>
  592. readonly computedInject: UnwrapRef<typeof import('@vueuse/core')['computedInject']>
  593. readonly computedWithControl: UnwrapRef<typeof import('@vueuse/core')['computedWithControl']>
  594. readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
  595. readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
  596. readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
  597. readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
  598. readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
  599. readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
  600. readonly createPinia: UnwrapRef<typeof import('pinia')['createPinia']>
  601. readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
  602. readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
  603. readonly createUnrefFn: UnwrapRef<typeof import('@vueuse/core')['createUnrefFn']>
  604. readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
  605. readonly debouncedRef: UnwrapRef<typeof import('@vueuse/core')['debouncedRef']>
  606. readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
  607. readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
  608. readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
  609. readonly defineStore: UnwrapRef<typeof import('pinia')['defineStore']>
  610. readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
  611. readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
  612. readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
  613. readonly getActivePinia: UnwrapRef<typeof import('pinia')['getActivePinia']>
  614. readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
  615. readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
  616. readonly h: UnwrapRef<typeof import('vue')['h']>
  617. readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
  618. readonly inject: UnwrapRef<typeof import('vue')['inject']>
  619. readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
  620. readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
  621. readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
  622. readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
  623. readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
  624. readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
  625. readonly mapActions: UnwrapRef<typeof import('pinia')['mapActions']>
  626. readonly mapGetters: UnwrapRef<typeof import('pinia')['mapGetters']>
  627. readonly mapState: UnwrapRef<typeof import('pinia')['mapState']>
  628. readonly mapStores: UnwrapRef<typeof import('pinia')['mapStores']>
  629. readonly mapWritableState: UnwrapRef<typeof import('pinia')['mapWritableState']>
  630. readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
  631. readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
  632. readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
  633. readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
  634. readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router')['onBeforeRouteLeave']>
  635. readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router')['onBeforeRouteUpdate']>
  636. readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
  637. readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
  638. readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
  639. readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
  640. readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
  641. readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
  642. readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
  643. readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
  644. readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
  645. readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
  646. readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
  647. readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
  648. readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
  649. readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
  650. readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
  651. readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
  652. readonly provide: UnwrapRef<typeof import('vue')['provide']>
  653. readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
  654. readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
  655. readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
  656. readonly reactiveComputed: UnwrapRef<typeof import('@vueuse/core')['reactiveComputed']>
  657. readonly reactiveOmit: UnwrapRef<typeof import('@vueuse/core')['reactiveOmit']>
  658. readonly reactivePick: UnwrapRef<typeof import('@vueuse/core')['reactivePick']>
  659. readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
  660. readonly ref: UnwrapRef<typeof import('vue')['ref']>
  661. readonly refAutoReset: UnwrapRef<typeof import('@vueuse/core')['refAutoReset']>
  662. readonly refDebounced: UnwrapRef<typeof import('@vueuse/core')['refDebounced']>
  663. readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
  664. readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
  665. readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
  666. readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
  667. readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
  668. readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
  669. readonly setActivePinia: UnwrapRef<typeof import('pinia')['setActivePinia']>
  670. readonly setMapStoreSuffix: UnwrapRef<typeof import('pinia')['setMapStoreSuffix']>
  671. readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
  672. readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
  673. readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
  674. readonly storeToRefs: UnwrapRef<typeof import('pinia')['storeToRefs']>
  675. readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
  676. readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
  677. readonly templateRef: UnwrapRef<typeof import('@vueuse/core')['templateRef']>
  678. readonly throttledRef: UnwrapRef<typeof import('@vueuse/core')['throttledRef']>
  679. readonly throttledWatch: UnwrapRef<typeof import('@vueuse/core')['throttledWatch']>
  680. readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
  681. readonly toReactive: UnwrapRef<typeof import('@vueuse/core')['toReactive']>
  682. readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
  683. readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
  684. readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
  685. readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
  686. readonly tryOnBeforeMount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeMount']>
  687. readonly tryOnBeforeUnmount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeUnmount']>
  688. readonly tryOnMounted: UnwrapRef<typeof import('@vueuse/core')['tryOnMounted']>
  689. readonly tryOnScopeDispose: UnwrapRef<typeof import('@vueuse/core')['tryOnScopeDispose']>
  690. readonly tryOnUnmounted: UnwrapRef<typeof import('@vueuse/core')['tryOnUnmounted']>
  691. readonly unref: UnwrapRef<typeof import('vue')['unref']>
  692. readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
  693. readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
  694. readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
  695. readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
  696. readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
  697. readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']>
  698. readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']>
  699. readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']>
  700. readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
  701. readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
  702. readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
  703. readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
  704. readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
  705. readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
  706. readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
  707. readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
  708. readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
  709. readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
  710. readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
  711. readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
  712. readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
  713. readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
  714. readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
  715. readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
  716. readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
  717. readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
  718. readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
  719. readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
  720. readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
  721. readonly useCurrentElement: UnwrapRef<typeof import('@vueuse/core')['useCurrentElement']>
  722. readonly useCycleList: UnwrapRef<typeof import('@vueuse/core')['useCycleList']>
  723. readonly useDark: UnwrapRef<typeof import('@vueuse/core')['useDark']>
  724. readonly useDateFormat: UnwrapRef<typeof import('@vueuse/core')['useDateFormat']>
  725. readonly useDebounce: UnwrapRef<typeof import('@vueuse/core')['useDebounce']>
  726. readonly useDebounceFn: UnwrapRef<typeof import('@vueuse/core')['useDebounceFn']>
  727. readonly useDebouncedRefHistory: UnwrapRef<typeof import('@vueuse/core')['useDebouncedRefHistory']>
  728. readonly useDeviceMotion: UnwrapRef<typeof import('@vueuse/core')['useDeviceMotion']>
  729. readonly useDeviceOrientation: UnwrapRef<typeof import('@vueuse/core')['useDeviceOrientation']>
  730. readonly useDevicePixelRatio: UnwrapRef<typeof import('@vueuse/core')['useDevicePixelRatio']>
  731. readonly useDevicesList: UnwrapRef<typeof import('@vueuse/core')['useDevicesList']>
  732. readonly useDisplayMedia: UnwrapRef<typeof import('@vueuse/core')['useDisplayMedia']>
  733. readonly useDocumentVisibility: UnwrapRef<typeof import('@vueuse/core')['useDocumentVisibility']>
  734. readonly useDraggable: UnwrapRef<typeof import('@vueuse/core')['useDraggable']>
  735. readonly useDropZone: UnwrapRef<typeof import('@vueuse/core')['useDropZone']>
  736. readonly useElementBounding: UnwrapRef<typeof import('@vueuse/core')['useElementBounding']>
  737. readonly useElementByPoint: UnwrapRef<typeof import('@vueuse/core')['useElementByPoint']>
  738. readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
  739. readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
  740. readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
  741. readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
  742. readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
  743. readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
  744. readonly useEyeDropper: UnwrapRef<typeof import('@vueuse/core')['useEyeDropper']>
  745. readonly useFavicon: UnwrapRef<typeof import('@vueuse/core')['useFavicon']>
  746. readonly useFetch: UnwrapRef<typeof import('@vueuse/core')['useFetch']>
  747. readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
  748. readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
  749. readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
  750. readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
  751. readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
  752. readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
  753. readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
  754. readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
  755. readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
  756. readonly useImage: UnwrapRef<typeof import('@vueuse/core')['useImage']>
  757. readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
  758. readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
  759. readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
  760. readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
  761. readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
  762. readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
  763. readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
  764. readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
  765. readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
  766. readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
  767. readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
  768. readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
  769. readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
  770. readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
  771. readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
  772. readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
  773. readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
  774. readonly useMousePressed: UnwrapRef<typeof import('@vueuse/core')['useMousePressed']>
  775. readonly useMutationObserver: UnwrapRef<typeof import('@vueuse/core')['useMutationObserver']>
  776. readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
  777. readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
  778. readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
  779. readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
  780. readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
  781. readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
  782. readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
  783. readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
  784. readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
  785. readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
  786. readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
  787. readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
  788. readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
  789. readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
  790. readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
  791. readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
  792. readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
  793. readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
  794. readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
  795. readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
  796. readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
  797. readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
  798. readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
  799. readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
  800. readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
  801. readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
  802. readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
  803. readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
  804. readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
  805. readonly useSorted: UnwrapRef<typeof import('@vueuse/core')['useSorted']>
  806. readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
  807. readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
  808. readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
  809. readonly useStorage: UnwrapRef<typeof import('@vueuse/core')['useStorage']>
  810. readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
  811. readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
  812. readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
  813. readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
  814. readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
  815. readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
  816. readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
  817. readonly useTextareaAutosize: UnwrapRef<typeof import('@vueuse/core')['useTextareaAutosize']>
  818. readonly useThrottle: UnwrapRef<typeof import('@vueuse/core')['useThrottle']>
  819. readonly useThrottleFn: UnwrapRef<typeof import('@vueuse/core')['useThrottleFn']>
  820. readonly useThrottledRefHistory: UnwrapRef<typeof import('@vueuse/core')['useThrottledRefHistory']>
  821. readonly useTimeAgo: UnwrapRef<typeof import('@vueuse/core')['useTimeAgo']>
  822. readonly useTimeout: UnwrapRef<typeof import('@vueuse/core')['useTimeout']>
  823. readonly useTimeoutFn: UnwrapRef<typeof import('@vueuse/core')['useTimeoutFn']>
  824. readonly useTimeoutPoll: UnwrapRef<typeof import('@vueuse/core')['useTimeoutPoll']>
  825. readonly useTimestamp: UnwrapRef<typeof import('@vueuse/core')['useTimestamp']>
  826. readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
  827. readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
  828. readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
  829. readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
  830. readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
  831. readonly useUrlSearchParams: UnwrapRef<typeof import('@vueuse/core')['useUrlSearchParams']>
  832. readonly useUserMedia: UnwrapRef<typeof import('@vueuse/core')['useUserMedia']>
  833. readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
  834. readonly useVModels: UnwrapRef<typeof import('@vueuse/core')['useVModels']>
  835. readonly useVibrate: UnwrapRef<typeof import('@vueuse/core')['useVibrate']>
  836. readonly useVirtualList: UnwrapRef<typeof import('@vueuse/core')['useVirtualList']>
  837. readonly useWakeLock: UnwrapRef<typeof import('@vueuse/core')['useWakeLock']>
  838. readonly useWebNotification: UnwrapRef<typeof import('@vueuse/core')['useWebNotification']>
  839. readonly useWebSocket: UnwrapRef<typeof import('@vueuse/core')['useWebSocket']>
  840. readonly useWebWorker: UnwrapRef<typeof import('@vueuse/core')['useWebWorker']>
  841. readonly useWebWorkerFn: UnwrapRef<typeof import('@vueuse/core')['useWebWorkerFn']>
  842. readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
  843. readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
  844. readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
  845. readonly watch: UnwrapRef<typeof import('vue')['watch']>
  846. readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
  847. readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
  848. readonly watchDebounced: UnwrapRef<typeof import('@vueuse/core')['watchDebounced']>
  849. readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
  850. readonly watchIgnorable: UnwrapRef<typeof import('@vueuse/core')['watchIgnorable']>
  851. readonly watchOnce: UnwrapRef<typeof import('@vueuse/core')['watchOnce']>
  852. readonly watchPausable: UnwrapRef<typeof import('@vueuse/core')['watchPausable']>
  853. readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
  854. readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
  855. readonly watchThrottled: UnwrapRef<typeof import('@vueuse/core')['watchThrottled']>
  856. readonly watchTriggerable: UnwrapRef<typeof import('@vueuse/core')['watchTriggerable']>
  857. readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
  858. readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
  859. }
  860. }