auto-imports.d.ts 54 KB

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