auto-imports.d.ts 19 KB

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