auto-imports.d.ts 70 KB

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