auto-imports.d.ts 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  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 $baseAlert: typeof import('../../../src/hooks/index')['$baseAlert']
  9. const $baseConfirm: typeof import('../../../src/hooks/index')['$baseConfirm']
  10. const $baseLoading: typeof import('../../../src/hooks/index')['$baseLoading']
  11. const $baseMessage: typeof import('../../../src/hooks/index')['$baseMessage']
  12. const $baseNotify: typeof import('../../../src/hooks/index')['$baseNotify']
  13. const $pub: typeof import('../../../src/hooks/index')['$pub']
  14. const $sub: typeof import('../../../src/hooks/index')['$sub']
  15. const $unsub: typeof import('../../../src/hooks/index')['$unsub']
  16. const EffectScope: typeof import('vue')['EffectScope']
  17. const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
  18. const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
  19. const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
  20. const axios: typeof import('axios')['default']
  21. const computed: typeof import('vue')['computed']
  22. const computedAsync: typeof import('@vueuse/core')['computedAsync']
  23. const computedEager: typeof import('@vueuse/core')['computedEager']
  24. const computedInject: typeof import('@vueuse/core')['computedInject']
  25. const computedWithControl: typeof import('@vueuse/core')['computedWithControl']
  26. const controlledComputed: typeof import('@vueuse/core')['controlledComputed']
  27. const controlledRef: typeof import('@vueuse/core')['controlledRef']
  28. const createApp: typeof import('vue')['createApp']
  29. const createEventHook: typeof import('@vueuse/core')['createEventHook']
  30. const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
  31. const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
  32. const createPinia: typeof import('pinia')['createPinia']
  33. const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
  34. const createReusableTemplate: typeof import('@vueuse/core')['createReusableTemplate']
  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 getCurrentScope: typeof import('vue')['getCurrentScope']
  50. const h: typeof import('vue')['h']
  51. const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
  52. const inject: typeof import('vue')['inject']
  53. const injectLocal: typeof import('@vueuse/core')['injectLocal']
  54. const isDefined: typeof import('@vueuse/core')['isDefined']
  55. const isProxy: typeof import('vue')['isProxy']
  56. const isReactive: typeof import('vue')['isReactive']
  57. const isReadonly: typeof import('vue')['isReadonly']
  58. const isRef: typeof import('vue')['isRef']
  59. const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
  60. const mapActions: typeof import('pinia')['mapActions']
  61. const mapGetters: typeof import('pinia')['mapGetters']
  62. const mapState: typeof import('pinia')['mapState']
  63. const mapStores: typeof import('pinia')['mapStores']
  64. const mapWritableState: typeof import('pinia')['mapWritableState']
  65. const markRaw: typeof import('vue')['markRaw']
  66. const nextTick: typeof import('vue')['nextTick']
  67. const onActivated: typeof import('vue')['onActivated']
  68. const onBeforeMount: typeof import('vue')['onBeforeMount']
  69. const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
  70. const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
  71. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  72. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  73. const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
  74. const onDeactivated: typeof import('vue')['onDeactivated']
  75. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  76. const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
  77. const onLongPress: typeof import('@vueuse/core')['onLongPress']
  78. const onMounted: typeof import('vue')['onMounted']
  79. const onRenderTracked: typeof import('vue')['onRenderTracked']
  80. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  81. const onScopeDispose: typeof import('vue')['onScopeDispose']
  82. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  83. const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
  84. const onUnmounted: typeof import('vue')['onUnmounted']
  85. const onUpdated: typeof import('vue')['onUpdated']
  86. const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
  87. const provide: typeof import('vue')['provide']
  88. const provideLocal: typeof import('@vueuse/core')['provideLocal']
  89. const reactify: typeof import('@vueuse/core')['reactify']
  90. const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
  91. const reactive: typeof import('vue')['reactive']
  92. const reactiveComputed: typeof import('@vueuse/core')['reactiveComputed']
  93. const reactiveOmit: typeof import('@vueuse/core')['reactiveOmit']
  94. const reactivePick: typeof import('@vueuse/core')['reactivePick']
  95. const readonly: typeof import('vue')['readonly']
  96. const ref: typeof import('vue')['ref']
  97. const refAutoReset: typeof import('@vueuse/core')['refAutoReset']
  98. const refDebounced: typeof import('@vueuse/core')['refDebounced']
  99. const refDefault: typeof import('@vueuse/core')['refDefault']
  100. const refThrottled: typeof import('@vueuse/core')['refThrottled']
  101. const refWithControl: typeof import('@vueuse/core')['refWithControl']
  102. const resolveComponent: typeof import('vue')['resolveComponent']
  103. const resolveRef: typeof import('@vueuse/core')['resolveRef']
  104. const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
  105. const setActivePinia: typeof import('pinia')['setActivePinia']
  106. const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
  107. const shallowReactive: typeof import('vue')['shallowReactive']
  108. const shallowReadonly: typeof import('vue')['shallowReadonly']
  109. const shallowRef: typeof import('vue')['shallowRef']
  110. const storeToRefs: typeof import('pinia')['storeToRefs']
  111. const syncRef: typeof import('@vueuse/core')['syncRef']
  112. const syncRefs: typeof import('@vueuse/core')['syncRefs']
  113. const templateRef: typeof import('@vueuse/core')['templateRef']
  114. const throttledRef: typeof import('@vueuse/core')['throttledRef']
  115. const throttledWatch: typeof import('@vueuse/core')['throttledWatch']
  116. const toRaw: typeof import('vue')['toRaw']
  117. const toReactive: typeof import('@vueuse/core')['toReactive']
  118. const toRef: typeof import('vue')['toRef']
  119. const toRefs: typeof import('vue')['toRefs']
  120. const toValue: typeof import('vue')['toValue']
  121. const triggerRef: typeof import('vue')['triggerRef']
  122. const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
  123. const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
  124. const tryOnMounted: typeof import('@vueuse/core')['tryOnMounted']
  125. const tryOnScopeDispose: typeof import('@vueuse/core')['tryOnScopeDispose']
  126. const tryOnUnmounted: typeof import('@vueuse/core')['tryOnUnmounted']
  127. const unref: typeof import('vue')['unref']
  128. const unrefElement: typeof import('@vueuse/core')['unrefElement']
  129. const until: typeof import('@vueuse/core')['until']
  130. const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
  131. const useAnimate: typeof import('@vueuse/core')['useAnimate']
  132. const useArrayDifference: typeof import('@vueuse/core')['useArrayDifference']
  133. const useArrayEvery: typeof import('@vueuse/core')['useArrayEvery']
  134. const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
  135. const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
  136. const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
  137. const useArrayFindLast: typeof import('@vueuse/core')['useArrayFindLast']
  138. const useArrayIncludes: typeof import('@vueuse/core')['useArrayIncludes']
  139. const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
  140. const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
  141. const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
  142. const useArraySome: typeof import('@vueuse/core')['useArraySome']
  143. const useArrayUnique: typeof import('@vueuse/core')['useArrayUnique']
  144. const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
  145. const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
  146. const useAttrs: typeof import('vue')['useAttrs']
  147. const useBase64: typeof import('@vueuse/core')['useBase64']
  148. const useBattery: typeof import('@vueuse/core')['useBattery']
  149. const useBluetooth: typeof import('@vueuse/core')['useBluetooth']
  150. const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
  151. const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
  152. const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
  153. const useCached: typeof import('@vueuse/core')['useCached']
  154. const useClipboard: typeof import('@vueuse/core')['useClipboard']
  155. const useClipboardItems: typeof import('@vueuse/core')['useClipboardItems']
  156. const useCloned: typeof import('@vueuse/core')['useCloned']
  157. const useColorMode: typeof import('@vueuse/core')['useColorMode']
  158. const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
  159. const useCounter: typeof import('@vueuse/core')['useCounter']
  160. const useCssModule: typeof import('vue')['useCssModule']
  161. const useCssVar: typeof import('@vueuse/core')['useCssVar']
  162. const useCssVars: typeof import('vue')['useCssVars']
  163. const useCurrentElement: typeof import('@vueuse/core')['useCurrentElement']
  164. const useCycleList: typeof import('@vueuse/core')['useCycleList']
  165. const useDark: typeof import('@vueuse/core')['useDark']
  166. const useDateFormat: typeof import('@vueuse/core')['useDateFormat']
  167. const useDebounce: typeof import('@vueuse/core')['useDebounce']
  168. const useDebounceFn: typeof import('@vueuse/core')['useDebounceFn']
  169. const useDebouncedRefHistory: typeof import('@vueuse/core')['useDebouncedRefHistory']
  170. const useDeviceMotion: typeof import('@vueuse/core')['useDeviceMotion']
  171. const useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation']
  172. const useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio']
  173. const useDevicesList: typeof import('@vueuse/core')['useDevicesList']
  174. const useDisplayMedia: typeof import('@vueuse/core')['useDisplayMedia']
  175. const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
  176. const useDraggable: typeof import('@vueuse/core')['useDraggable']
  177. const useDropZone: typeof import('@vueuse/core')['useDropZone']
  178. const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
  179. const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
  180. const useElementHover: typeof import('@vueuse/core')['useElementHover']
  181. const useElementSize: typeof import('@vueuse/core')['useElementSize']
  182. const useElementVisibility: typeof import('@vueuse/core')['useElementVisibility']
  183. const useEventBus: typeof import('@vueuse/core')['useEventBus']
  184. const useEventListener: typeof import('@vueuse/core')['useEventListener']
  185. const useEventSource: typeof import('@vueuse/core')['useEventSource']
  186. const useEyeDropper: typeof import('@vueuse/core')['useEyeDropper']
  187. const useFavicon: typeof import('@vueuse/core')['useFavicon']
  188. const useFetch: typeof import('@vueuse/core')['useFetch']
  189. const useFileDialog: typeof import('@vueuse/core')['useFileDialog']
  190. const useFileSystemAccess: typeof import('@vueuse/core')['useFileSystemAccess']
  191. const useFocus: typeof import('@vueuse/core')['useFocus']
  192. const useFocusWithin: typeof import('@vueuse/core')['useFocusWithin']
  193. const useFps: typeof import('@vueuse/core')['useFps']
  194. const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
  195. const useGamepad: typeof import('@vueuse/core')['useGamepad']
  196. const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
  197. const useI18n: typeof import('vue-i18n')['useI18n']
  198. const useIdle: typeof import('@vueuse/core')['useIdle']
  199. const useImage: typeof import('@vueuse/core')['useImage']
  200. const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
  201. const useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver']
  202. const useInterval: typeof import('@vueuse/core')['useInterval']
  203. const useIntervalFn: typeof import('@vueuse/core')['useIntervalFn']
  204. const useKeyModifier: typeof import('@vueuse/core')['useKeyModifier']
  205. const useLastChanged: typeof import('@vueuse/core')['useLastChanged']
  206. const useLink: typeof import('vue-router')['useLink']
  207. const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
  208. const useMagicKeys: typeof import('@vueuse/core')['useMagicKeys']
  209. const useManualRefHistory: typeof import('@vueuse/core')['useManualRefHistory']
  210. const useMediaControls: typeof import('@vueuse/core')['useMediaControls']
  211. const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
  212. const useMemoize: typeof import('@vueuse/core')['useMemoize']
  213. const useMemory: typeof import('@vueuse/core')['useMemory']
  214. const useMounted: typeof import('@vueuse/core')['useMounted']
  215. const useMouse: typeof import('@vueuse/core')['useMouse']
  216. const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
  217. const useMousePressed: typeof import('@vueuse/core')['useMousePressed']
  218. const useMutationObserver: typeof import('@vueuse/core')['useMutationObserver']
  219. const useNavigatorLanguage: typeof import('@vueuse/core')['useNavigatorLanguage']
  220. const useNetwork: typeof import('@vueuse/core')['useNetwork']
  221. const useNow: typeof import('@vueuse/core')['useNow']
  222. const useObjectUrl: typeof import('@vueuse/core')['useObjectUrl']
  223. const useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination']
  224. const useOnline: typeof import('@vueuse/core')['useOnline']
  225. const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
  226. const useParallax: typeof import('@vueuse/core')['useParallax']
  227. const useParentElement: typeof import('@vueuse/core')['useParentElement']
  228. const usePerformanceObserver: typeof import('@vueuse/core')['usePerformanceObserver']
  229. const usePermission: typeof import('@vueuse/core')['usePermission']
  230. const usePointer: typeof import('@vueuse/core')['usePointer']
  231. const usePointerLock: typeof import('@vueuse/core')['usePointerLock']
  232. const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
  233. const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
  234. const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast']
  235. const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
  236. const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
  237. const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
  238. const usePrevious: typeof import('@vueuse/core')['usePrevious']
  239. const useRafFn: typeof import('@vueuse/core')['useRafFn']
  240. const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
  241. const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
  242. const useRoute: typeof import('vue-router')['useRoute']
  243. const useRouter: typeof import('vue-router')['useRouter']
  244. const useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation']
  245. const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea']
  246. const useScriptTag: typeof import('@vueuse/core')['useScriptTag']
  247. const useScroll: typeof import('@vueuse/core')['useScroll']
  248. const useScrollLock: typeof import('@vueuse/core')['useScrollLock']
  249. const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
  250. const useShare: typeof import('@vueuse/core')['useShare']
  251. const useSlots: typeof import('vue')['useSlots']
  252. const useSorted: typeof import('@vueuse/core')['useSorted']
  253. const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition']
  254. const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis']
  255. const useStepper: typeof import('@vueuse/core')['useStepper']
  256. const useStorage: typeof import('@vueuse/core')['useStorage']
  257. const useStorageAsync: typeof import('@vueuse/core')['useStorageAsync']
  258. const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
  259. const useSupported: typeof import('@vueuse/core')['useSupported']
  260. const useSwipe: typeof import('@vueuse/core')['useSwipe']
  261. const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
  262. const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
  263. const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
  264. const useTextareaAutosize: typeof import('@vueuse/core')['useTextareaAutosize']
  265. const useThrottle: typeof import('@vueuse/core')['useThrottle']
  266. const useThrottleFn: typeof import('@vueuse/core')['useThrottleFn']
  267. const useThrottledRefHistory: typeof import('@vueuse/core')['useThrottledRefHistory']
  268. const useTimeAgo: typeof import('@vueuse/core')['useTimeAgo']
  269. const useTimeout: typeof import('@vueuse/core')['useTimeout']
  270. const useTimeoutFn: typeof import('@vueuse/core')['useTimeoutFn']
  271. const useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll']
  272. const useTimestamp: typeof import('@vueuse/core')['useTimestamp']
  273. const useTitle: typeof import('@vueuse/core')['useTitle']
  274. const useToNumber: typeof import('@vueuse/core')['useToNumber']
  275. const useToString: typeof import('@vueuse/core')['useToString']
  276. const useToggle: typeof import('@vueuse/core')['useToggle']
  277. const useTransition: typeof import('@vueuse/core')['useTransition']
  278. const useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams']
  279. const useUserMedia: typeof import('@vueuse/core')['useUserMedia']
  280. const useVModel: typeof import('@vueuse/core')['useVModel']
  281. const useVModels: typeof import('@vueuse/core')['useVModels']
  282. const useVibrate: typeof import('@vueuse/core')['useVibrate']
  283. const useVirtualList: typeof import('@vueuse/core')['useVirtualList']
  284. const useWakeLock: typeof import('@vueuse/core')['useWakeLock']
  285. const useWebNotification: typeof import('@vueuse/core')['useWebNotification']
  286. const useWebSocket: typeof import('@vueuse/core')['useWebSocket']
  287. const useWebWorker: typeof import('@vueuse/core')['useWebWorker']
  288. const useWebWorkerFn: typeof import('@vueuse/core')['useWebWorkerFn']
  289. const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
  290. const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
  291. const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
  292. const watch: typeof import('vue')['watch']
  293. const watchArray: typeof import('@vueuse/core')['watchArray']
  294. const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
  295. const watchDebounced: typeof import('@vueuse/core')['watchDebounced']
  296. const watchDeep: typeof import('@vueuse/core')['watchDeep']
  297. const watchEffect: typeof import('vue')['watchEffect']
  298. const watchIgnorable: typeof import('@vueuse/core')['watchIgnorable']
  299. const watchImmediate: typeof import('@vueuse/core')['watchImmediate']
  300. const watchOnce: typeof import('@vueuse/core')['watchOnce']
  301. const watchPausable: typeof import('@vueuse/core')['watchPausable']
  302. const watchPostEffect: typeof import('vue')['watchPostEffect']
  303. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  304. const watchThrottled: typeof import('@vueuse/core')['watchThrottled']
  305. const watchTriggerable: typeof import('@vueuse/core')['watchTriggerable']
  306. const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
  307. const whenever: typeof import('@vueuse/core')['whenever']
  308. }
  309. // for type re-export
  310. declare global {
  311. // @ts-ignore
  312. export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
  313. import('vue')
  314. }