auto-imports.d.ts 44 KB

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