auto-imports.d.ts 69 KB

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