auto-imports.d.ts 68 KB

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