auto-imports.d.ts 69 KB

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