auto-imports.d.ts 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // noinspection JSUnusedGlobalSymbols
  5. // Generated by unplugin-auto-import
  6. // biome-ignore lint: disable
  7. export {}
  8. declare global {
  9. const EffectScope: typeof import('vue').EffectScope
  10. const Modal: typeof import('ant-design-vue/es').Modal
  11. const acceptHMRUpdate: typeof import('pinia').acceptHMRUpdate
  12. const asyncComputed: typeof import('@vueuse/core').asyncComputed
  13. const autoResetRef: typeof import('@vueuse/core').autoResetRef
  14. const axios: typeof import('axios').default
  15. const computed: typeof import('vue').computed
  16. const computedAsync: typeof import('@vueuse/core').computedAsync
  17. const computedEager: typeof import('@vueuse/core').computedEager
  18. const computedInject: typeof import('@vueuse/core').computedInject
  19. const computedWithControl: typeof import('@vueuse/core').computedWithControl
  20. const controlledComputed: typeof import('@vueuse/core').controlledComputed
  21. const controlledRef: typeof import('@vueuse/core').controlledRef
  22. const createApp: typeof import('vue').createApp
  23. const createEventHook: typeof import('@vueuse/core').createEventHook
  24. const createGlobalState: typeof import('@vueuse/core').createGlobalState
  25. const createInjectionState: typeof import('@vueuse/core').createInjectionState
  26. const createPinia: typeof import('pinia').createPinia
  27. const createReactiveFn: typeof import('@vueuse/core').createReactiveFn
  28. const createReusableTemplate: typeof import('@vueuse/core').createReusableTemplate
  29. const createSharedComposable: typeof import('@vueuse/core').createSharedComposable
  30. const createTemplatePromise: typeof import('@vueuse/core').createTemplatePromise
  31. const createUnrefFn: typeof import('@vueuse/core').createUnrefFn
  32. const customRef: typeof import('vue').customRef
  33. const dayjs: typeof import('dayjs').default
  34. const debouncedRef: typeof import('@vueuse/core').debouncedRef
  35. const debouncedWatch: typeof import('@vueuse/core').debouncedWatch
  36. const defineAsyncComponent: typeof import('vue').defineAsyncComponent
  37. const defineComponent: typeof import('vue').defineComponent
  38. const defineStore: typeof import('pinia').defineStore
  39. const eagerComputed: typeof import('@vueuse/core').eagerComputed
  40. const effectScope: typeof import('vue').effectScope
  41. const extendRef: typeof import('@vueuse/core').extendRef
  42. const getActivePinia: typeof import('pinia').getActivePinia
  43. const getCurrentInstance: typeof import('vue').getCurrentInstance
  44. const getCurrentScope: typeof import('vue').getCurrentScope
  45. const getCurrentWatcher: typeof import('vue').getCurrentWatcher
  46. const h: typeof import('vue').h
  47. const ignorableWatch: typeof import('@vueuse/core').ignorableWatch
  48. const inject: typeof import('vue').inject
  49. const injectLocal: typeof import('@vueuse/core').injectLocal
  50. const isDefined: typeof import('@vueuse/core').isDefined
  51. const isProxy: typeof import('vue').isProxy
  52. const isReactive: typeof import('vue').isReactive
  53. const isReadonly: typeof import('vue').isReadonly
  54. const isRef: typeof import('vue').isRef
  55. const isShallow: typeof import('vue').isShallow
  56. const makeDestructurable: typeof import('@vueuse/core').makeDestructurable
  57. const mapActions: typeof import('pinia').mapActions
  58. const mapGetters: typeof import('pinia').mapGetters
  59. const mapState: typeof import('pinia').mapState
  60. const mapStores: typeof import('pinia').mapStores
  61. const mapWritableState: typeof import('pinia').mapWritableState
  62. const markRaw: typeof import('vue').markRaw
  63. const message: typeof import('ant-design-vue/es').message
  64. const nextTick: typeof import('vue').nextTick
  65. const notification: typeof import('ant-design-vue/es').notification
  66. const onActivated: typeof import('vue').onActivated
  67. const onBeforeMount: typeof import('vue').onBeforeMount
  68. const onBeforeRouteLeave: typeof import('vue-router').onBeforeRouteLeave
  69. const onBeforeRouteUpdate: typeof import('vue-router').onBeforeRouteUpdate
  70. const onBeforeUnmount: typeof import('vue').onBeforeUnmount
  71. const onBeforeUpdate: typeof import('vue').onBeforeUpdate
  72. const onClickOutside: typeof import('@vueuse/core').onClickOutside
  73. const onDeactivated: typeof import('vue').onDeactivated
  74. const onErrorCaptured: typeof import('vue').onErrorCaptured
  75. const onKeyStroke: typeof import('@vueuse/core').onKeyStroke
  76. const onLongPress: typeof import('@vueuse/core').onLongPress
  77. const onMounted: typeof import('vue').onMounted
  78. const onRenderTracked: typeof import('vue').onRenderTracked
  79. const onRenderTriggered: typeof import('vue').onRenderTriggered
  80. const onScopeDispose: typeof import('vue').onScopeDispose
  81. const onServerPrefetch: typeof import('vue').onServerPrefetch
  82. const onStartTyping: typeof import('@vueuse/core').onStartTyping
  83. const onUnmounted: typeof import('vue').onUnmounted
  84. const onUpdated: typeof import('vue').onUpdated
  85. const onWatcherCleanup: typeof import('vue').onWatcherCleanup
  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 useId: typeof import('vue').useId
  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 useModel: typeof import('vue').useModel
  215. const useMounted: typeof import('@vueuse/core').useMounted
  216. const useMouse: typeof import('@vueuse/core').useMouse
  217. const useMouseInElement: typeof import('@vueuse/core').useMouseInElement
  218. const useMousePressed: typeof import('@vueuse/core').useMousePressed
  219. const useMutationObserver: typeof import('@vueuse/core').useMutationObserver
  220. const useNavigatorLanguage: typeof import('@vueuse/core').useNavigatorLanguage
  221. const useNetwork: typeof import('@vueuse/core').useNetwork
  222. const useNow: typeof import('@vueuse/core').useNow
  223. const useObjectUrl: typeof import('@vueuse/core').useObjectUrl
  224. const useOffsetPagination: typeof import('@vueuse/core').useOffsetPagination
  225. const useOnline: typeof import('@vueuse/core').useOnline
  226. const usePageLeave: typeof import('@vueuse/core').usePageLeave
  227. const useParallax: typeof import('@vueuse/core').useParallax
  228. const useParentElement: typeof import('@vueuse/core').useParentElement
  229. const usePerformanceObserver: typeof import('@vueuse/core').usePerformanceObserver
  230. const usePermission: typeof import('@vueuse/core').usePermission
  231. const usePointer: typeof import('@vueuse/core').usePointer
  232. const usePointerLock: typeof import('@vueuse/core').usePointerLock
  233. const usePointerSwipe: typeof import('@vueuse/core').usePointerSwipe
  234. const usePreferredColorScheme: typeof import('@vueuse/core').usePreferredColorScheme
  235. const usePreferredContrast: typeof import('@vueuse/core').usePreferredContrast
  236. const usePreferredDark: typeof import('@vueuse/core').usePreferredDark
  237. const usePreferredLanguages: typeof import('@vueuse/core').usePreferredLanguages
  238. const usePreferredReducedMotion: typeof import('@vueuse/core').usePreferredReducedMotion
  239. const usePrevious: typeof import('@vueuse/core').usePrevious
  240. const useRafFn: typeof import('@vueuse/core').useRafFn
  241. const useRefHistory: typeof import('@vueuse/core').useRefHistory
  242. const useResizeObserver: typeof import('@vueuse/core').useResizeObserver
  243. const useRoute: typeof import('vue-router').useRoute
  244. const useRouter: typeof import('vue-router').useRouter
  245. const useScreenOrientation: typeof import('@vueuse/core').useScreenOrientation
  246. const useScreenSafeArea: typeof import('@vueuse/core').useScreenSafeArea
  247. const useScriptTag: typeof import('@vueuse/core').useScriptTag
  248. const useScroll: typeof import('@vueuse/core').useScroll
  249. const useScrollLock: typeof import('@vueuse/core').useScrollLock
  250. const useSessionStorage: typeof import('@vueuse/core').useSessionStorage
  251. const useShare: typeof import('@vueuse/core').useShare
  252. const useSlots: typeof import('vue').useSlots
  253. const useSorted: typeof import('@vueuse/core').useSorted
  254. const useSpeechRecognition: typeof import('@vueuse/core').useSpeechRecognition
  255. const useSpeechSynthesis: typeof import('@vueuse/core').useSpeechSynthesis
  256. const useStepper: typeof import('@vueuse/core').useStepper
  257. const useStorage: typeof import('@vueuse/core').useStorage
  258. const useStorageAsync: typeof import('@vueuse/core').useStorageAsync
  259. const useStyleTag: typeof import('@vueuse/core').useStyleTag
  260. const useSupported: typeof import('@vueuse/core').useSupported
  261. const useSwipe: typeof import('@vueuse/core').useSwipe
  262. const useTemplateRef: typeof import('vue').useTemplateRef
  263. const useTemplateRefsList: typeof import('@vueuse/core').useTemplateRefsList
  264. const useTextDirection: typeof import('@vueuse/core').useTextDirection
  265. const useTextSelection: typeof import('@vueuse/core').useTextSelection
  266. const useTextareaAutosize: typeof import('@vueuse/core').useTextareaAutosize
  267. const useThrottle: typeof import('@vueuse/core').useThrottle
  268. const useThrottleFn: typeof import('@vueuse/core').useThrottleFn
  269. const useThrottledRefHistory: typeof import('@vueuse/core').useThrottledRefHistory
  270. const useTimeAgo: typeof import('@vueuse/core').useTimeAgo
  271. const useTimeout: typeof import('@vueuse/core').useTimeout
  272. const useTimeoutFn: typeof import('@vueuse/core').useTimeoutFn
  273. const useTimeoutPoll: typeof import('@vueuse/core').useTimeoutPoll
  274. const useTimestamp: typeof import('@vueuse/core').useTimestamp
  275. const useTitle: typeof import('@vueuse/core').useTitle
  276. const useToNumber: typeof import('@vueuse/core').useToNumber
  277. const useToString: typeof import('@vueuse/core').useToString
  278. const useToggle: typeof import('@vueuse/core').useToggle
  279. const useTransition: typeof import('@vueuse/core').useTransition
  280. const useUrlSearchParams: typeof import('@vueuse/core').useUrlSearchParams
  281. const useUserMedia: typeof import('@vueuse/core').useUserMedia
  282. const useVModel: typeof import('@vueuse/core').useVModel
  283. const useVModels: typeof import('@vueuse/core').useVModels
  284. const useVibrate: typeof import('@vueuse/core').useVibrate
  285. const useVirtualList: typeof import('@vueuse/core').useVirtualList
  286. const useWakeLock: typeof import('@vueuse/core').useWakeLock
  287. const useWebNotification: typeof import('@vueuse/core').useWebNotification
  288. const useWebSocket: typeof import('@vueuse/core').useWebSocket
  289. const useWebWorker: typeof import('@vueuse/core').useWebWorker
  290. const useWebWorkerFn: typeof import('@vueuse/core').useWebWorkerFn
  291. const useWindowFocus: typeof import('@vueuse/core').useWindowFocus
  292. const useWindowScroll: typeof import('@vueuse/core').useWindowScroll
  293. const useWindowSize: typeof import('@vueuse/core').useWindowSize
  294. const watch: typeof import('vue').watch
  295. const watchArray: typeof import('@vueuse/core').watchArray
  296. const watchAtMost: typeof import('@vueuse/core').watchAtMost
  297. const watchDebounced: typeof import('@vueuse/core').watchDebounced
  298. const watchDeep: typeof import('@vueuse/core').watchDeep
  299. const watchEffect: typeof import('vue').watchEffect
  300. const watchIgnorable: typeof import('@vueuse/core').watchIgnorable
  301. const watchImmediate: typeof import('@vueuse/core').watchImmediate
  302. const watchOnce: typeof import('@vueuse/core').watchOnce
  303. const watchPausable: typeof import('@vueuse/core').watchPausable
  304. const watchPostEffect: typeof import('vue').watchPostEffect
  305. const watchSyncEffect: typeof import('vue').watchSyncEffect
  306. const watchThrottled: typeof import('@vueuse/core').watchThrottled
  307. const watchTriggerable: typeof import('@vueuse/core').watchTriggerable
  308. const watchWithFilter: typeof import('@vueuse/core').watchWithFilter
  309. const whenever: typeof import('@vueuse/core').whenever
  310. }
  311. // for type re-export
  312. declare global {
  313. // @ts-ignore
  314. export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, ShallowRef, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
  315. import('vue')
  316. }