auto-imports.d.ts 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. // Generated by 'unplugin-auto-import'
  2. // We suggest you to commit this file into source control
  3. declare global {
  4. const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
  5. const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
  6. const computed: typeof import('vue')['computed']
  7. const computedAsync: typeof import('@vueuse/core')['computedAsync']
  8. const computedEager: typeof import('@vueuse/core')['computedEager']
  9. const computedInject: typeof import('@vueuse/core')['computedInject']
  10. const computedWithControl: typeof import('@vueuse/core')['computedWithControl']
  11. const controlledComputed: typeof import('@vueuse/core')['controlledComputed']
  12. const controlledRef: typeof import('@vueuse/core')['controlledRef']
  13. const createApp: typeof import('vue')['createApp']
  14. const createEventHook: typeof import('@vueuse/core')['createEventHook']
  15. const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
  16. const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
  17. const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
  18. const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
  19. const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn']
  20. const customRef: typeof import('vue')['customRef']
  21. const debouncedRef: typeof import('@vueuse/core')['debouncedRef']
  22. const debouncedWatch: typeof import('@vueuse/core')['debouncedWatch']
  23. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  24. const defineComponent: typeof import('vue')['defineComponent']
  25. const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
  26. const effectScope: typeof import('vue')['effectScope']
  27. const EffectScope: typeof import('vue')['EffectScope']
  28. const extendRef: typeof import('@vueuse/core')['extendRef']
  29. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  30. const getCurrentScope: typeof import('vue')['getCurrentScope']
  31. const h: typeof import('vue')['h']
  32. const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
  33. const inject: typeof import('vue')['inject']
  34. const isDefined: typeof import('@vueuse/core')['isDefined']
  35. const isReadonly: typeof import('vue')['isReadonly']
  36. const isRef: typeof import('vue')['isRef']
  37. const logicAnd: typeof import('@vueuse/core')['logicAnd']
  38. const logicNot: typeof import('@vueuse/core')['logicNot']
  39. const logicOr: typeof import('@vueuse/core')['logicOr']
  40. const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
  41. const markRaw: typeof import('vue')['markRaw']
  42. const nextTick: typeof import('vue')['nextTick']
  43. const onActivated: typeof import('vue')['onActivated']
  44. const onBeforeMount: typeof import('vue')['onBeforeMount']
  45. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  46. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  47. const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
  48. const onDeactivated: typeof import('vue')['onDeactivated']
  49. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  50. const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
  51. const onLongPress: typeof import('@vueuse/core')['onLongPress']
  52. const onMounted: typeof import('vue')['onMounted']
  53. const onRenderTracked: typeof import('vue')['onRenderTracked']
  54. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  55. const onScopeDispose: typeof import('vue')['onScopeDispose']
  56. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  57. const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
  58. const onUnmounted: typeof import('vue')['onUnmounted']
  59. const onUpdated: typeof import('vue')['onUpdated']
  60. const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
  61. const provide: typeof import('vue')['provide']
  62. const reactify: typeof import('@vueuse/core')['reactify']
  63. const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
  64. const reactive: typeof import('vue')['reactive']
  65. const reactiveComputed: typeof import('@vueuse/core')['reactiveComputed']
  66. const reactiveOmit: typeof import('@vueuse/core')['reactiveOmit']
  67. const reactivePick: typeof import('@vueuse/core')['reactivePick']
  68. const readonly: typeof import('vue')['readonly']
  69. const ref: typeof import('vue')['ref']
  70. const refAutoReset: typeof import('@vueuse/core')['refAutoReset']
  71. const refDebounced: typeof import('@vueuse/core')['refDebounced']
  72. const refDefault: typeof import('@vueuse/core')['refDefault']
  73. const refThrottled: typeof import('@vueuse/core')['refThrottled']
  74. const refWithControl: typeof import('@vueuse/core')['refWithControl']
  75. const resolveComponent: typeof import('vue')['resolveComponent']
  76. const shallowReactive: typeof import('vue')['shallowReactive']
  77. const shallowReadonly: typeof import('vue')['shallowReadonly']
  78. const shallowRef: typeof import('vue')['shallowRef']
  79. const syncRef: typeof import('@vueuse/core')['syncRef']
  80. const syncRefs: typeof import('@vueuse/core')['syncRefs']
  81. const templateRef: typeof import('@vueuse/core')['templateRef']
  82. const throttledRef: typeof import('@vueuse/core')['throttledRef']
  83. const throttledWatch: typeof import('@vueuse/core')['throttledWatch']
  84. const toRaw: typeof import('vue')['toRaw']
  85. const toReactive: typeof import('@vueuse/core')['toReactive']
  86. const toRef: typeof import('vue')['toRef']
  87. const toRefs: typeof import('vue')['toRefs']
  88. const triggerRef: typeof import('vue')['triggerRef']
  89. const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
  90. const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
  91. const tryOnMounted: typeof import('@vueuse/core')['tryOnMounted']
  92. const tryOnScopeDispose: typeof import('@vueuse/core')['tryOnScopeDispose']
  93. const tryOnUnmounted: typeof import('@vueuse/core')['tryOnUnmounted']
  94. const unref: typeof import('vue')['unref']
  95. const unrefElement: typeof import('@vueuse/core')['unrefElement']
  96. const until: typeof import('@vueuse/core')['until']
  97. const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
  98. const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
  99. const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
  100. const useAttrs: typeof import('vue')['useAttrs']
  101. const useBase64: typeof import('@vueuse/core')['useBase64']
  102. const useBattery: typeof import('@vueuse/core')['useBattery']
  103. const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
  104. const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
  105. const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
  106. const useCached: typeof import('@vueuse/core')['useCached']
  107. const useClamp: typeof import('@vueuse/core')['useClamp']
  108. const useClipboard: typeof import('@vueuse/core')['useClipboard']
  109. const useColorMode: typeof import('@vueuse/core')['useColorMode']
  110. const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
  111. const useCounter: typeof import('@vueuse/core')['useCounter']
  112. const useCssModule: typeof import('vue')['useCssModule']
  113. const useCssVar: typeof import('@vueuse/core')['useCssVar']
  114. const useCssVars: typeof import('vue')['useCssVars']
  115. const useCycleList: typeof import('@vueuse/core')['useCycleList']
  116. const useDark: typeof import('@vueuse/core')['useDark']
  117. const useDateFormat: typeof import('@vueuse/core')['useDateFormat']
  118. const useDebounce: typeof import('@vueuse/core')['useDebounce']
  119. const useDebouncedRefHistory: typeof import('@vueuse/core')['useDebouncedRefHistory']
  120. const useDebounceFn: typeof import('@vueuse/core')['useDebounceFn']
  121. const useDeviceMotion: typeof import('@vueuse/core')['useDeviceMotion']
  122. const useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation']
  123. const useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio']
  124. const useDevicesList: typeof import('@vueuse/core')['useDevicesList']
  125. const useDisplayMedia: typeof import('@vueuse/core')['useDisplayMedia']
  126. const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
  127. const useDraggable: typeof import('@vueuse/core')['useDraggable']
  128. const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
  129. const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
  130. const useElementHover: typeof import('@vueuse/core')['useElementHover']
  131. const useElementSize: typeof import('@vueuse/core')['useElementSize']
  132. const useElementVisibility: typeof import('@vueuse/core')['useElementVisibility']
  133. const useEventBus: typeof import('@vueuse/core')['useEventBus']
  134. const useEventListener: typeof import('@vueuse/core')['useEventListener']
  135. const useEventSource: typeof import('@vueuse/core')['useEventSource']
  136. const useEyeDropper: typeof import('@vueuse/core')['useEyeDropper']
  137. const useFavicon: typeof import('@vueuse/core')['useFavicon']
  138. const useFetch: typeof import('@vueuse/core')['useFetch']
  139. const useFileSystemAccess: typeof import('@vueuse/core')['useFileSystemAccess']
  140. const useFocus: typeof import('@vueuse/core')['useFocus']
  141. const useFocusWithin: typeof import('@vueuse/core')['useFocusWithin']
  142. const useFps: typeof import('@vueuse/core')['useFps']
  143. const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
  144. const useGamepad: typeof import('@vueuse/core')['useGamepad']
  145. const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
  146. const useIdle: typeof import('@vueuse/core')['useIdle']
  147. const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
  148. const useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver']
  149. const useInterval: typeof import('@vueuse/core')['useInterval']
  150. const useIntervalFn: typeof import('@vueuse/core')['useIntervalFn']
  151. const useKeyModifier: typeof import('@vueuse/core')['useKeyModifier']
  152. const useLastChanged: typeof import('@vueuse/core')['useLastChanged']
  153. const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
  154. const useMagicKeys: typeof import('@vueuse/core')['useMagicKeys']
  155. const useManualRefHistory: typeof import('@vueuse/core')['useManualRefHistory']
  156. const useMediaControls: typeof import('@vueuse/core')['useMediaControls']
  157. const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
  158. const useMemoize: typeof import('@vueuse/core')['useMemoize']
  159. const useMemory: typeof import('@vueuse/core')['useMemory']
  160. const useMounted: typeof import('@vueuse/core')['useMounted']
  161. const useMouse: typeof import('@vueuse/core')['useMouse']
  162. const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
  163. const useMousePressed: typeof import('@vueuse/core')['useMousePressed']
  164. const useMutationObserver: typeof import('@vueuse/core')['useMutationObserver']
  165. const useNavigatorLanguage: typeof import('@vueuse/core')['useNavigatorLanguage']
  166. const useNetwork: typeof import('@vueuse/core')['useNetwork']
  167. const useNow: typeof import('@vueuse/core')['useNow']
  168. const useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination']
  169. const useOnline: typeof import('@vueuse/core')['useOnline']
  170. const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
  171. const useParallax: typeof import('@vueuse/core')['useParallax']
  172. const usePermission: typeof import('@vueuse/core')['usePermission']
  173. const usePointer: typeof import('@vueuse/core')['usePointer']
  174. const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
  175. const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
  176. const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
  177. const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
  178. const useRafFn: typeof import('@vueuse/core')['useRafFn']
  179. const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
  180. const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
  181. const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea']
  182. const useScriptTag: typeof import('@vueuse/core')['useScriptTag']
  183. const useScroll: typeof import('@vueuse/core')['useScroll']
  184. const useScrollLock: typeof import('@vueuse/core')['useScrollLock']
  185. const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
  186. const useShare: typeof import('@vueuse/core')['useShare']
  187. const useSlots: typeof import('vue')['useSlots']
  188. const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition']
  189. const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis']
  190. const useStorage: typeof import('@vueuse/core')['useStorage']
  191. const useStorageAsync: typeof import('@vueuse/core')['useStorageAsync']
  192. const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
  193. const useSwipe: typeof import('@vueuse/core')['useSwipe']
  194. const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
  195. const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
  196. const useThrottle: typeof import('@vueuse/core')['useThrottle']
  197. const useThrottledRefHistory: typeof import('@vueuse/core')['useThrottledRefHistory']
  198. const useThrottleFn: typeof import('@vueuse/core')['useThrottleFn']
  199. const useTimeAgo: typeof import('@vueuse/core')['useTimeAgo']
  200. const useTimeout: typeof import('@vueuse/core')['useTimeout']
  201. const useTimeoutFn: typeof import('@vueuse/core')['useTimeoutFn']
  202. const useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll']
  203. const useTimestamp: typeof import('@vueuse/core')['useTimestamp']
  204. const useTitle: typeof import('@vueuse/core')['useTitle']
  205. const useToggle: typeof import('@vueuse/core')['useToggle']
  206. const useTransition: typeof import('@vueuse/core')['useTransition']
  207. const useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams']
  208. const useUserMedia: typeof import('@vueuse/core')['useUserMedia']
  209. const useVibrate: typeof import('@vueuse/core')['useVibrate']
  210. const useVirtualList: typeof import('@vueuse/core')['useVirtualList']
  211. const useVModel: typeof import('@vueuse/core')['useVModel']
  212. const useVModels: typeof import('@vueuse/core')['useVModels']
  213. const useWakeLock: typeof import('@vueuse/core')['useWakeLock']
  214. const useWebNotification: typeof import('@vueuse/core')['useWebNotification']
  215. const useWebSocket: typeof import('@vueuse/core')['useWebSocket']
  216. const useWebWorker: typeof import('@vueuse/core')['useWebWorker']
  217. const useWebWorkerFn: typeof import('@vueuse/core')['useWebWorkerFn']
  218. const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
  219. const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
  220. const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
  221. const watch: typeof import('vue')['watch']
  222. const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
  223. const watchDebounced: typeof import('@vueuse/core')['watchDebounced']
  224. const watchEffect: typeof import('vue')['watchEffect']
  225. const watchIgnorable: typeof import('@vueuse/core')['watchIgnorable']
  226. const watchOnce: typeof import('@vueuse/core')['watchOnce']
  227. const watchPausable: typeof import('@vueuse/core')['watchPausable']
  228. const watchThrottled: typeof import('@vueuse/core')['watchThrottled']
  229. const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
  230. const whenever: typeof import('@vueuse/core')['whenever']
  231. }
  232. export {}