auto-imports.d.ts 46 KB

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