auto-imports.d.ts 70 KB

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