auto-imports.d.ts 19 KB

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