auto-imports.d.ts 20 KB

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