auto-imports.d.ts 65 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-auto-import
  5. export {}
  6. declare global {
  7. const EffectScope: typeof import('vue')['EffectScope']
  8. const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
  9. const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
  10. const computed: typeof import('vue')['computed']
  11. const computedAsync: typeof import('@vueuse/core')['computedAsync']
  12. const computedEager: typeof import('@vueuse/core')['computedEager']
  13. const computedInject: typeof import('@vueuse/core')['computedInject']
  14. const computedWithControl: typeof import('@vueuse/core')['computedWithControl']
  15. const controlledComputed: typeof import('@vueuse/core')['controlledComputed']
  16. const controlledRef: typeof import('@vueuse/core')['controlledRef']
  17. const createApp: typeof import('vue')['createApp']
  18. const createEventHook: typeof import('@vueuse/core')['createEventHook']
  19. const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
  20. const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
  21. const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
  22. const createReusableTemplate: typeof import('@vueuse/core')['createReusableTemplate']
  23. const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
  24. const createTemplatePromise: typeof import('@vueuse/core')['createTemplatePromise']
  25. const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn']
  26. const customRef: typeof import('vue')['customRef']
  27. const debouncedRef: typeof import('@vueuse/core')['debouncedRef']
  28. const debouncedWatch: typeof import('@vueuse/core')['debouncedWatch']
  29. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  30. const defineComponent: typeof import('vue')['defineComponent']
  31. const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
  32. const effectScope: typeof import('vue')['effectScope']
  33. const extendRef: typeof import('@vueuse/core')['extendRef']
  34. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  35. const getCurrentScope: typeof import('vue')['getCurrentScope']
  36. const h: typeof import('vue')['h']
  37. const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
  38. const inject: typeof import('vue')['inject']
  39. const injectLocal: typeof import('@vueuse/core')['injectLocal']
  40. const isDefined: typeof import('@vueuse/core')['isDefined']
  41. const isProxy: typeof import('vue')['isProxy']
  42. const isReactive: typeof import('vue')['isReactive']
  43. const isReadonly: typeof import('vue')['isReadonly']
  44. const isRef: typeof import('vue')['isRef']
  45. const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
  46. const markRaw: typeof import('vue')['markRaw']
  47. const nextTick: typeof import('vue')['nextTick']
  48. const onActivated: typeof import('vue')['onActivated']
  49. const onBeforeMount: typeof import('vue')['onBeforeMount']
  50. const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
  51. const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
  52. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  53. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  54. const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
  55. const onDeactivated: typeof import('vue')['onDeactivated']
  56. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  57. const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
  58. const onLongPress: typeof import('@vueuse/core')['onLongPress']
  59. const onMounted: typeof import('vue')['onMounted']
  60. const onRenderTracked: typeof import('vue')['onRenderTracked']
  61. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  62. const onScopeDispose: typeof import('vue')['onScopeDispose']
  63. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  64. const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
  65. const onUnmounted: typeof import('vue')['onUnmounted']
  66. const onUpdated: typeof import('vue')['onUpdated']
  67. const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
  68. const provide: typeof import('vue')['provide']
  69. const provideLocal: typeof import('@vueuse/core')['provideLocal']
  70. const reactify: typeof import('@vueuse/core')['reactify']
  71. const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
  72. const reactive: typeof import('vue')['reactive']
  73. const reactiveComputed: typeof import('@vueuse/core')['reactiveComputed']
  74. const reactiveOmit: typeof import('@vueuse/core')['reactiveOmit']
  75. const reactivePick: typeof import('@vueuse/core')['reactivePick']
  76. const readonly: typeof import('vue')['readonly']
  77. const ref: typeof import('vue')['ref']
  78. const refAutoReset: typeof import('@vueuse/core')['refAutoReset']
  79. const refDebounced: typeof import('@vueuse/core')['refDebounced']
  80. const refDefault: typeof import('@vueuse/core')['refDefault']
  81. const refThrottled: typeof import('@vueuse/core')['refThrottled']
  82. const refWithControl: typeof import('@vueuse/core')['refWithControl']
  83. const resolveComponent: typeof import('vue')['resolveComponent']
  84. const resolveRef: typeof import('@vueuse/core')['resolveRef']
  85. const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
  86. const shallowReactive: typeof import('vue')['shallowReactive']
  87. const shallowReadonly: typeof import('vue')['shallowReadonly']
  88. const shallowRef: typeof import('vue')['shallowRef']
  89. const syncRef: typeof import('@vueuse/core')['syncRef']
  90. const syncRefs: typeof import('@vueuse/core')['syncRefs']
  91. const templateRef: typeof import('@vueuse/core')['templateRef']
  92. const throttledRef: typeof import('@vueuse/core')['throttledRef']
  93. const throttledWatch: typeof import('@vueuse/core')['throttledWatch']
  94. const toRaw: typeof import('vue')['toRaw']
  95. const toReactive: typeof import('@vueuse/core')['toReactive']
  96. const toRef: typeof import('vue')['toRef']
  97. const toRefs: typeof import('vue')['toRefs']
  98. const toValue: typeof import('vue')['toValue']
  99. const triggerRef: typeof import('vue')['triggerRef']
  100. const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
  101. const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
  102. const tryOnMounted: typeof import('@vueuse/core')['tryOnMounted']
  103. const tryOnScopeDispose: typeof import('@vueuse/core')['tryOnScopeDispose']
  104. const tryOnUnmounted: typeof import('@vueuse/core')['tryOnUnmounted']
  105. const unref: typeof import('vue')['unref']
  106. const unrefElement: typeof import('@vueuse/core')['unrefElement']
  107. const until: typeof import('@vueuse/core')['until']
  108. const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
  109. const useAnimate: typeof import('@vueuse/core')['useAnimate']
  110. const useArrayDifference: typeof import('@vueuse/core')['useArrayDifference']
  111. const useArrayEvery: typeof import('@vueuse/core')['useArrayEvery']
  112. const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
  113. const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
  114. const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
  115. const useArrayFindLast: typeof import('@vueuse/core')['useArrayFindLast']
  116. const useArrayIncludes: typeof import('@vueuse/core')['useArrayIncludes']
  117. const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
  118. const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
  119. const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
  120. const useArraySome: typeof import('@vueuse/core')['useArraySome']
  121. const useArrayUnique: typeof import('@vueuse/core')['useArrayUnique']
  122. const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
  123. const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
  124. const useAttrs: typeof import('vue')['useAttrs']
  125. const useBase64: typeof import('@vueuse/core')['useBase64']
  126. const useBattery: typeof import('@vueuse/core')['useBattery']
  127. const useBluetooth: typeof import('@vueuse/core')['useBluetooth']
  128. const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
  129. const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
  130. const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
  131. const useCached: typeof import('@vueuse/core')['useCached']
  132. const useClipboard: typeof import('@vueuse/core')['useClipboard']
  133. const useCloned: typeof import('@vueuse/core')['useCloned']
  134. const useColorMode: typeof import('@vueuse/core')['useColorMode']
  135. const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
  136. const useCounter: typeof import('@vueuse/core')['useCounter']
  137. const useCssModule: typeof import('vue')['useCssModule']
  138. const useCssVar: typeof import('@vueuse/core')['useCssVar']
  139. const useCssVars: typeof import('vue')['useCssVars']
  140. const useCurrentElement: typeof import('@vueuse/core')['useCurrentElement']
  141. const useCycleList: typeof import('@vueuse/core')['useCycleList']
  142. const useDark: typeof import('@vueuse/core')['useDark']
  143. const useDateFormat: typeof import('@vueuse/core')['useDateFormat']
  144. const useDebounce: typeof import('@vueuse/core')['useDebounce']
  145. const useDebounceFn: typeof import('@vueuse/core')['useDebounceFn']
  146. const useDebouncedRefHistory: typeof import('@vueuse/core')['useDebouncedRefHistory']
  147. const useDeviceMotion: typeof import('@vueuse/core')['useDeviceMotion']
  148. const useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation']
  149. const useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio']
  150. const useDevicesList: typeof import('@vueuse/core')['useDevicesList']
  151. const useDialog: typeof import('naive-ui')['useDialog']
  152. const useDisplayMedia: typeof import('@vueuse/core')['useDisplayMedia']
  153. const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
  154. const useDraggable: typeof import('@vueuse/core')['useDraggable']
  155. const useDropZone: typeof import('@vueuse/core')['useDropZone']
  156. const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
  157. const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
  158. const useElementHover: typeof import('@vueuse/core')['useElementHover']
  159. const useElementSize: typeof import('@vueuse/core')['useElementSize']
  160. const useElementVisibility: typeof import('@vueuse/core')['useElementVisibility']
  161. const useEventBus: typeof import('@vueuse/core')['useEventBus']
  162. const useEventListener: typeof import('@vueuse/core')['useEventListener']
  163. const useEventSource: typeof import('@vueuse/core')['useEventSource']
  164. const useEyeDropper: typeof import('@vueuse/core')['useEyeDropper']
  165. const useFavicon: typeof import('@vueuse/core')['useFavicon']
  166. const useFetch: typeof import('@vueuse/core')['useFetch']
  167. const useFileDialog: typeof import('@vueuse/core')['useFileDialog']
  168. const useFileSystemAccess: typeof import('@vueuse/core')['useFileSystemAccess']
  169. const useFocus: typeof import('@vueuse/core')['useFocus']
  170. const useFocusWithin: typeof import('@vueuse/core')['useFocusWithin']
  171. const useFps: typeof import('@vueuse/core')['useFps']
  172. const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
  173. const useGamepad: typeof import('@vueuse/core')['useGamepad']
  174. const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
  175. const useI18n: typeof import('vue-i18n')['useI18n']
  176. const useIdle: typeof import('@vueuse/core')['useIdle']
  177. const useImage: typeof import('@vueuse/core')['useImage']
  178. const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
  179. const useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver']
  180. const useInterval: typeof import('@vueuse/core')['useInterval']
  181. const useIntervalFn: typeof import('@vueuse/core')['useIntervalFn']
  182. const useKeyModifier: typeof import('@vueuse/core')['useKeyModifier']
  183. const useLastChanged: typeof import('@vueuse/core')['useLastChanged']
  184. const useLink: typeof import('vue-router')['useLink']
  185. const useLoadingBar: typeof import('naive-ui')['useLoadingBar']
  186. const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
  187. const useMagicKeys: typeof import('@vueuse/core')['useMagicKeys']
  188. const useManualRefHistory: typeof import('@vueuse/core')['useManualRefHistory']
  189. const useMediaControls: typeof import('@vueuse/core')['useMediaControls']
  190. const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
  191. const useMemoize: typeof import('@vueuse/core')['useMemoize']
  192. const useMemory: typeof import('@vueuse/core')['useMemory']
  193. const useMessage: typeof import('naive-ui')['useMessage']
  194. const useMounted: typeof import('@vueuse/core')['useMounted']
  195. const useMouse: typeof import('@vueuse/core')['useMouse']
  196. const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
  197. const useMousePressed: typeof import('@vueuse/core')['useMousePressed']
  198. const useMutationObserver: typeof import('@vueuse/core')['useMutationObserver']
  199. const useNavigatorLanguage: typeof import('@vueuse/core')['useNavigatorLanguage']
  200. const useNetwork: typeof import('@vueuse/core')['useNetwork']
  201. const useNotification: typeof import('naive-ui')['useNotification']
  202. const useNow: typeof import('@vueuse/core')['useNow']
  203. const useObjectUrl: typeof import('@vueuse/core')['useObjectUrl']
  204. const useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination']
  205. const useOnline: typeof import('@vueuse/core')['useOnline']
  206. const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
  207. const useParallax: typeof import('@vueuse/core')['useParallax']
  208. const useParentElement: typeof import('@vueuse/core')['useParentElement']
  209. const usePerformanceObserver: typeof import('@vueuse/core')['usePerformanceObserver']
  210. const usePermission: typeof import('@vueuse/core')['usePermission']
  211. const usePointer: typeof import('@vueuse/core')['usePointer']
  212. const usePointerLock: typeof import('@vueuse/core')['usePointerLock']
  213. const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
  214. const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
  215. const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast']
  216. const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
  217. const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
  218. const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
  219. const usePrevious: typeof import('@vueuse/core')['usePrevious']
  220. const useRafFn: typeof import('@vueuse/core')['useRafFn']
  221. const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
  222. const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
  223. const useRoute: typeof import('vue-router')['useRoute']
  224. const useRouter: typeof import('vue-router')['useRouter']
  225. const useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation']
  226. const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea']
  227. const useScriptTag: typeof import('@vueuse/core')['useScriptTag']
  228. const useScroll: typeof import('@vueuse/core')['useScroll']
  229. const useScrollLock: typeof import('@vueuse/core')['useScrollLock']
  230. const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
  231. const useShare: typeof import('@vueuse/core')['useShare']
  232. const useSlots: typeof import('vue')['useSlots']
  233. const useSorted: typeof import('@vueuse/core')['useSorted']
  234. const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition']
  235. const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis']
  236. const useStepper: typeof import('@vueuse/core')['useStepper']
  237. const useStorage: typeof import('@vueuse/core')['useStorage']
  238. const useStorageAsync: typeof import('@vueuse/core')['useStorageAsync']
  239. const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
  240. const useSupported: typeof import('@vueuse/core')['useSupported']
  241. const useSwipe: typeof import('@vueuse/core')['useSwipe']
  242. const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
  243. const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
  244. const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
  245. const useTextareaAutosize: typeof import('@vueuse/core')['useTextareaAutosize']
  246. const useThrottle: typeof import('@vueuse/core')['useThrottle']
  247. const useThrottleFn: typeof import('@vueuse/core')['useThrottleFn']
  248. const useThrottledRefHistory: typeof import('@vueuse/core')['useThrottledRefHistory']
  249. const useTimeAgo: typeof import('@vueuse/core')['useTimeAgo']
  250. const useTimeout: typeof import('@vueuse/core')['useTimeout']
  251. const useTimeoutFn: typeof import('@vueuse/core')['useTimeoutFn']
  252. const useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll']
  253. const useTimestamp: typeof import('@vueuse/core')['useTimestamp']
  254. const useTitle: typeof import('@vueuse/core')['useTitle']
  255. const useToNumber: typeof import('@vueuse/core')['useToNumber']
  256. const useToString: typeof import('@vueuse/core')['useToString']
  257. const useToggle: typeof import('@vueuse/core')['useToggle']
  258. const useTransition: typeof import('@vueuse/core')['useTransition']
  259. const useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams']
  260. const useUserMedia: typeof import('@vueuse/core')['useUserMedia']
  261. const useVModel: typeof import('@vueuse/core')['useVModel']
  262. const useVModels: typeof import('@vueuse/core')['useVModels']
  263. const useVibrate: typeof import('@vueuse/core')['useVibrate']
  264. const useVirtualList: typeof import('@vueuse/core')['useVirtualList']
  265. const useWakeLock: typeof import('@vueuse/core')['useWakeLock']
  266. const useWebNotification: typeof import('@vueuse/core')['useWebNotification']
  267. const useWebSocket: typeof import('@vueuse/core')['useWebSocket']
  268. const useWebWorker: typeof import('@vueuse/core')['useWebWorker']
  269. const useWebWorkerFn: typeof import('@vueuse/core')['useWebWorkerFn']
  270. const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
  271. const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
  272. const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
  273. const watch: typeof import('vue')['watch']
  274. const watchArray: typeof import('@vueuse/core')['watchArray']
  275. const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
  276. const watchDebounced: typeof import('@vueuse/core')['watchDebounced']
  277. const watchDeep: typeof import('@vueuse/core')['watchDeep']
  278. const watchEffect: typeof import('vue')['watchEffect']
  279. const watchIgnorable: typeof import('@vueuse/core')['watchIgnorable']
  280. const watchImmediate: typeof import('@vueuse/core')['watchImmediate']
  281. const watchOnce: typeof import('@vueuse/core')['watchOnce']
  282. const watchPausable: typeof import('@vueuse/core')['watchPausable']
  283. const watchPostEffect: typeof import('vue')['watchPostEffect']
  284. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  285. const watchThrottled: typeof import('@vueuse/core')['watchThrottled']
  286. const watchTriggerable: typeof import('@vueuse/core')['watchTriggerable']
  287. const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
  288. const whenever: typeof import('@vueuse/core')['whenever']
  289. }
  290. // for type re-export
  291. declare global {
  292. // @ts-ignore
  293. export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
  294. }
  295. // for vue template auto import
  296. import { UnwrapRef } from 'vue'
  297. declare module 'vue' {
  298. interface ComponentCustomProperties {
  299. readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
  300. readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
  301. readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
  302. readonly computed: UnwrapRef<typeof import('vue')['computed']>
  303. readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
  304. readonly computedEager: UnwrapRef<typeof import('@vueuse/core')['computedEager']>
  305. readonly computedInject: UnwrapRef<typeof import('@vueuse/core')['computedInject']>
  306. readonly computedWithControl: UnwrapRef<typeof import('@vueuse/core')['computedWithControl']>
  307. readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
  308. readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
  309. readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
  310. readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
  311. readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
  312. readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
  313. readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
  314. readonly createReusableTemplate: UnwrapRef<typeof import('@vueuse/core')['createReusableTemplate']>
  315. readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
  316. readonly createTemplatePromise: UnwrapRef<typeof import('@vueuse/core')['createTemplatePromise']>
  317. readonly createUnrefFn: UnwrapRef<typeof import('@vueuse/core')['createUnrefFn']>
  318. readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
  319. readonly debouncedRef: UnwrapRef<typeof import('@vueuse/core')['debouncedRef']>
  320. readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
  321. readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
  322. readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
  323. readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
  324. readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
  325. readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
  326. readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
  327. readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
  328. readonly h: UnwrapRef<typeof import('vue')['h']>
  329. readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
  330. readonly inject: UnwrapRef<typeof import('vue')['inject']>
  331. readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
  332. readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
  333. readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
  334. readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
  335. readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
  336. readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
  337. readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
  338. readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
  339. readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
  340. readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
  341. readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router')['onBeforeRouteLeave']>
  342. readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router')['onBeforeRouteUpdate']>
  343. readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
  344. readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
  345. readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
  346. readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
  347. readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
  348. readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
  349. readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
  350. readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
  351. readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
  352. readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
  353. readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
  354. readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
  355. readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
  356. readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
  357. readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
  358. readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
  359. readonly provide: UnwrapRef<typeof import('vue')['provide']>
  360. readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
  361. readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
  362. readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
  363. readonly reactiveComputed: UnwrapRef<typeof import('@vueuse/core')['reactiveComputed']>
  364. readonly reactiveOmit: UnwrapRef<typeof import('@vueuse/core')['reactiveOmit']>
  365. readonly reactivePick: UnwrapRef<typeof import('@vueuse/core')['reactivePick']>
  366. readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
  367. readonly ref: UnwrapRef<typeof import('vue')['ref']>
  368. readonly refAutoReset: UnwrapRef<typeof import('@vueuse/core')['refAutoReset']>
  369. readonly refDebounced: UnwrapRef<typeof import('@vueuse/core')['refDebounced']>
  370. readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
  371. readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
  372. readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
  373. readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
  374. readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
  375. readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
  376. readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
  377. readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
  378. readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
  379. readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
  380. readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
  381. readonly templateRef: UnwrapRef<typeof import('@vueuse/core')['templateRef']>
  382. readonly throttledRef: UnwrapRef<typeof import('@vueuse/core')['throttledRef']>
  383. readonly throttledWatch: UnwrapRef<typeof import('@vueuse/core')['throttledWatch']>
  384. readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
  385. readonly toReactive: UnwrapRef<typeof import('@vueuse/core')['toReactive']>
  386. readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
  387. readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
  388. readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
  389. readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
  390. readonly tryOnBeforeMount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeMount']>
  391. readonly tryOnBeforeUnmount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeUnmount']>
  392. readonly tryOnMounted: UnwrapRef<typeof import('@vueuse/core')['tryOnMounted']>
  393. readonly tryOnScopeDispose: UnwrapRef<typeof import('@vueuse/core')['tryOnScopeDispose']>
  394. readonly tryOnUnmounted: UnwrapRef<typeof import('@vueuse/core')['tryOnUnmounted']>
  395. readonly unref: UnwrapRef<typeof import('vue')['unref']>
  396. readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
  397. readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
  398. readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
  399. readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
  400. readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
  401. readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
  402. readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
  403. readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']>
  404. readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']>
  405. readonly useArrayFindLast: UnwrapRef<typeof import('@vueuse/core')['useArrayFindLast']>
  406. readonly useArrayIncludes: UnwrapRef<typeof import('@vueuse/core')['useArrayIncludes']>
  407. readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']>
  408. readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
  409. readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
  410. readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
  411. readonly useArrayUnique: UnwrapRef<typeof import('@vueuse/core')['useArrayUnique']>
  412. readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
  413. readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
  414. readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
  415. readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
  416. readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
  417. readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
  418. readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
  419. readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
  420. readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
  421. readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
  422. readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
  423. readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
  424. readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
  425. readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
  426. readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
  427. readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
  428. readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
  429. readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
  430. readonly useCurrentElement: UnwrapRef<typeof import('@vueuse/core')['useCurrentElement']>
  431. readonly useCycleList: UnwrapRef<typeof import('@vueuse/core')['useCycleList']>
  432. readonly useDark: UnwrapRef<typeof import('@vueuse/core')['useDark']>
  433. readonly useDateFormat: UnwrapRef<typeof import('@vueuse/core')['useDateFormat']>
  434. readonly useDebounce: UnwrapRef<typeof import('@vueuse/core')['useDebounce']>
  435. readonly useDebounceFn: UnwrapRef<typeof import('@vueuse/core')['useDebounceFn']>
  436. readonly useDebouncedRefHistory: UnwrapRef<typeof import('@vueuse/core')['useDebouncedRefHistory']>
  437. readonly useDeviceMotion: UnwrapRef<typeof import('@vueuse/core')['useDeviceMotion']>
  438. readonly useDeviceOrientation: UnwrapRef<typeof import('@vueuse/core')['useDeviceOrientation']>
  439. readonly useDevicePixelRatio: UnwrapRef<typeof import('@vueuse/core')['useDevicePixelRatio']>
  440. readonly useDevicesList: UnwrapRef<typeof import('@vueuse/core')['useDevicesList']>
  441. readonly useDialog: UnwrapRef<typeof import('naive-ui')['useDialog']>
  442. readonly useDisplayMedia: UnwrapRef<typeof import('@vueuse/core')['useDisplayMedia']>
  443. readonly useDocumentVisibility: UnwrapRef<typeof import('@vueuse/core')['useDocumentVisibility']>
  444. readonly useDraggable: UnwrapRef<typeof import('@vueuse/core')['useDraggable']>
  445. readonly useDropZone: UnwrapRef<typeof import('@vueuse/core')['useDropZone']>
  446. readonly useElementBounding: UnwrapRef<typeof import('@vueuse/core')['useElementBounding']>
  447. readonly useElementByPoint: UnwrapRef<typeof import('@vueuse/core')['useElementByPoint']>
  448. readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
  449. readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
  450. readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
  451. readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
  452. readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
  453. readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
  454. readonly useEyeDropper: UnwrapRef<typeof import('@vueuse/core')['useEyeDropper']>
  455. readonly useFavicon: UnwrapRef<typeof import('@vueuse/core')['useFavicon']>
  456. readonly useFetch: UnwrapRef<typeof import('@vueuse/core')['useFetch']>
  457. readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
  458. readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
  459. readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
  460. readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
  461. readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
  462. readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
  463. readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
  464. readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
  465. readonly useI18n: UnwrapRef<typeof import('vue-i18n')['useI18n']>
  466. readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
  467. readonly useImage: UnwrapRef<typeof import('@vueuse/core')['useImage']>
  468. readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
  469. readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
  470. readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
  471. readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
  472. readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
  473. readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
  474. readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
  475. readonly useLoadingBar: UnwrapRef<typeof import('naive-ui')['useLoadingBar']>
  476. readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
  477. readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
  478. readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
  479. readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
  480. readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
  481. readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
  482. readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
  483. readonly useMessage: UnwrapRef<typeof import('naive-ui')['useMessage']>
  484. readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
  485. readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
  486. readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
  487. readonly useMousePressed: UnwrapRef<typeof import('@vueuse/core')['useMousePressed']>
  488. readonly useMutationObserver: UnwrapRef<typeof import('@vueuse/core')['useMutationObserver']>
  489. readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
  490. readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
  491. readonly useNotification: UnwrapRef<typeof import('naive-ui')['useNotification']>
  492. readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
  493. readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
  494. readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
  495. readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
  496. readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
  497. readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
  498. readonly useParentElement: UnwrapRef<typeof import('@vueuse/core')['useParentElement']>
  499. readonly usePerformanceObserver: UnwrapRef<typeof import('@vueuse/core')['usePerformanceObserver']>
  500. readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
  501. readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
  502. readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
  503. readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
  504. readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
  505. readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
  506. readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
  507. readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
  508. readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
  509. readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
  510. readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
  511. readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
  512. readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
  513. readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
  514. readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
  515. readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
  516. readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
  517. readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
  518. readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
  519. readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
  520. readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
  521. readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
  522. readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
  523. readonly useSorted: UnwrapRef<typeof import('@vueuse/core')['useSorted']>
  524. readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
  525. readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
  526. readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
  527. readonly useStorage: UnwrapRef<typeof import('@vueuse/core')['useStorage']>
  528. readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
  529. readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
  530. readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
  531. readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
  532. readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
  533. readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
  534. readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
  535. readonly useTextareaAutosize: UnwrapRef<typeof import('@vueuse/core')['useTextareaAutosize']>
  536. readonly useThrottle: UnwrapRef<typeof import('@vueuse/core')['useThrottle']>
  537. readonly useThrottleFn: UnwrapRef<typeof import('@vueuse/core')['useThrottleFn']>
  538. readonly useThrottledRefHistory: UnwrapRef<typeof import('@vueuse/core')['useThrottledRefHistory']>
  539. readonly useTimeAgo: UnwrapRef<typeof import('@vueuse/core')['useTimeAgo']>
  540. readonly useTimeout: UnwrapRef<typeof import('@vueuse/core')['useTimeout']>
  541. readonly useTimeoutFn: UnwrapRef<typeof import('@vueuse/core')['useTimeoutFn']>
  542. readonly useTimeoutPoll: UnwrapRef<typeof import('@vueuse/core')['useTimeoutPoll']>
  543. readonly useTimestamp: UnwrapRef<typeof import('@vueuse/core')['useTimestamp']>
  544. readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
  545. readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
  546. readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
  547. readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
  548. readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
  549. readonly useUrlSearchParams: UnwrapRef<typeof import('@vueuse/core')['useUrlSearchParams']>
  550. readonly useUserMedia: UnwrapRef<typeof import('@vueuse/core')['useUserMedia']>
  551. readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
  552. readonly useVModels: UnwrapRef<typeof import('@vueuse/core')['useVModels']>
  553. readonly useVibrate: UnwrapRef<typeof import('@vueuse/core')['useVibrate']>
  554. readonly useVirtualList: UnwrapRef<typeof import('@vueuse/core')['useVirtualList']>
  555. readonly useWakeLock: UnwrapRef<typeof import('@vueuse/core')['useWakeLock']>
  556. readonly useWebNotification: UnwrapRef<typeof import('@vueuse/core')['useWebNotification']>
  557. readonly useWebSocket: UnwrapRef<typeof import('@vueuse/core')['useWebSocket']>
  558. readonly useWebWorker: UnwrapRef<typeof import('@vueuse/core')['useWebWorker']>
  559. readonly useWebWorkerFn: UnwrapRef<typeof import('@vueuse/core')['useWebWorkerFn']>
  560. readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
  561. readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
  562. readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
  563. readonly watch: UnwrapRef<typeof import('vue')['watch']>
  564. readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
  565. readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
  566. readonly watchDebounced: UnwrapRef<typeof import('@vueuse/core')['watchDebounced']>
  567. readonly watchDeep: UnwrapRef<typeof import('@vueuse/core')['watchDeep']>
  568. readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
  569. readonly watchIgnorable: UnwrapRef<typeof import('@vueuse/core')['watchIgnorable']>
  570. readonly watchImmediate: UnwrapRef<typeof import('@vueuse/core')['watchImmediate']>
  571. readonly watchOnce: UnwrapRef<typeof import('@vueuse/core')['watchOnce']>
  572. readonly watchPausable: UnwrapRef<typeof import('@vueuse/core')['watchPausable']>
  573. readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
  574. readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
  575. readonly watchThrottled: UnwrapRef<typeof import('@vueuse/core')['watchThrottled']>
  576. readonly watchTriggerable: UnwrapRef<typeof import('@vueuse/core')['watchTriggerable']>
  577. readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
  578. readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
  579. }
  580. }
  581. declare module '@vue/runtime-core' {
  582. interface ComponentCustomProperties {
  583. readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
  584. readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
  585. readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
  586. readonly computed: UnwrapRef<typeof import('vue')['computed']>
  587. readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
  588. readonly computedEager: UnwrapRef<typeof import('@vueuse/core')['computedEager']>
  589. readonly computedInject: UnwrapRef<typeof import('@vueuse/core')['computedInject']>
  590. readonly computedWithControl: UnwrapRef<typeof import('@vueuse/core')['computedWithControl']>
  591. readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
  592. readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
  593. readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
  594. readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
  595. readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
  596. readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
  597. readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
  598. readonly createReusableTemplate: UnwrapRef<typeof import('@vueuse/core')['createReusableTemplate']>
  599. readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
  600. readonly createTemplatePromise: UnwrapRef<typeof import('@vueuse/core')['createTemplatePromise']>
  601. readonly createUnrefFn: UnwrapRef<typeof import('@vueuse/core')['createUnrefFn']>
  602. readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
  603. readonly debouncedRef: UnwrapRef<typeof import('@vueuse/core')['debouncedRef']>
  604. readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
  605. readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
  606. readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
  607. readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
  608. readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
  609. readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
  610. readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
  611. readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
  612. readonly h: UnwrapRef<typeof import('vue')['h']>
  613. readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
  614. readonly inject: UnwrapRef<typeof import('vue')['inject']>
  615. readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
  616. readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
  617. readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
  618. readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
  619. readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
  620. readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
  621. readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
  622. readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
  623. readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
  624. readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
  625. readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router')['onBeforeRouteLeave']>
  626. readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router')['onBeforeRouteUpdate']>
  627. readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
  628. readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
  629. readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
  630. readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
  631. readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
  632. readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
  633. readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
  634. readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
  635. readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
  636. readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
  637. readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
  638. readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
  639. readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
  640. readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
  641. readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
  642. readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
  643. readonly provide: UnwrapRef<typeof import('vue')['provide']>
  644. readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
  645. readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
  646. readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
  647. readonly reactiveComputed: UnwrapRef<typeof import('@vueuse/core')['reactiveComputed']>
  648. readonly reactiveOmit: UnwrapRef<typeof import('@vueuse/core')['reactiveOmit']>
  649. readonly reactivePick: UnwrapRef<typeof import('@vueuse/core')['reactivePick']>
  650. readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
  651. readonly ref: UnwrapRef<typeof import('vue')['ref']>
  652. readonly refAutoReset: UnwrapRef<typeof import('@vueuse/core')['refAutoReset']>
  653. readonly refDebounced: UnwrapRef<typeof import('@vueuse/core')['refDebounced']>
  654. readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
  655. readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
  656. readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
  657. readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
  658. readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
  659. readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
  660. readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
  661. readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
  662. readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
  663. readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
  664. readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
  665. readonly templateRef: UnwrapRef<typeof import('@vueuse/core')['templateRef']>
  666. readonly throttledRef: UnwrapRef<typeof import('@vueuse/core')['throttledRef']>
  667. readonly throttledWatch: UnwrapRef<typeof import('@vueuse/core')['throttledWatch']>
  668. readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
  669. readonly toReactive: UnwrapRef<typeof import('@vueuse/core')['toReactive']>
  670. readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
  671. readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
  672. readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
  673. readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
  674. readonly tryOnBeforeMount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeMount']>
  675. readonly tryOnBeforeUnmount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeUnmount']>
  676. readonly tryOnMounted: UnwrapRef<typeof import('@vueuse/core')['tryOnMounted']>
  677. readonly tryOnScopeDispose: UnwrapRef<typeof import('@vueuse/core')['tryOnScopeDispose']>
  678. readonly tryOnUnmounted: UnwrapRef<typeof import('@vueuse/core')['tryOnUnmounted']>
  679. readonly unref: UnwrapRef<typeof import('vue')['unref']>
  680. readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
  681. readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
  682. readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
  683. readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
  684. readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
  685. readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
  686. readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
  687. readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']>
  688. readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']>
  689. readonly useArrayFindLast: UnwrapRef<typeof import('@vueuse/core')['useArrayFindLast']>
  690. readonly useArrayIncludes: UnwrapRef<typeof import('@vueuse/core')['useArrayIncludes']>
  691. readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']>
  692. readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
  693. readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
  694. readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
  695. readonly useArrayUnique: UnwrapRef<typeof import('@vueuse/core')['useArrayUnique']>
  696. readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
  697. readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
  698. readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
  699. readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
  700. readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
  701. readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
  702. readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
  703. readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
  704. readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
  705. readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
  706. readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
  707. readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
  708. readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
  709. readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
  710. readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
  711. readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
  712. readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
  713. readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
  714. readonly useCurrentElement: UnwrapRef<typeof import('@vueuse/core')['useCurrentElement']>
  715. readonly useCycleList: UnwrapRef<typeof import('@vueuse/core')['useCycleList']>
  716. readonly useDark: UnwrapRef<typeof import('@vueuse/core')['useDark']>
  717. readonly useDateFormat: UnwrapRef<typeof import('@vueuse/core')['useDateFormat']>
  718. readonly useDebounce: UnwrapRef<typeof import('@vueuse/core')['useDebounce']>
  719. readonly useDebounceFn: UnwrapRef<typeof import('@vueuse/core')['useDebounceFn']>
  720. readonly useDebouncedRefHistory: UnwrapRef<typeof import('@vueuse/core')['useDebouncedRefHistory']>
  721. readonly useDeviceMotion: UnwrapRef<typeof import('@vueuse/core')['useDeviceMotion']>
  722. readonly useDeviceOrientation: UnwrapRef<typeof import('@vueuse/core')['useDeviceOrientation']>
  723. readonly useDevicePixelRatio: UnwrapRef<typeof import('@vueuse/core')['useDevicePixelRatio']>
  724. readonly useDevicesList: UnwrapRef<typeof import('@vueuse/core')['useDevicesList']>
  725. readonly useDialog: UnwrapRef<typeof import('naive-ui')['useDialog']>
  726. readonly useDisplayMedia: UnwrapRef<typeof import('@vueuse/core')['useDisplayMedia']>
  727. readonly useDocumentVisibility: UnwrapRef<typeof import('@vueuse/core')['useDocumentVisibility']>
  728. readonly useDraggable: UnwrapRef<typeof import('@vueuse/core')['useDraggable']>
  729. readonly useDropZone: UnwrapRef<typeof import('@vueuse/core')['useDropZone']>
  730. readonly useElementBounding: UnwrapRef<typeof import('@vueuse/core')['useElementBounding']>
  731. readonly useElementByPoint: UnwrapRef<typeof import('@vueuse/core')['useElementByPoint']>
  732. readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
  733. readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
  734. readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
  735. readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
  736. readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
  737. readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
  738. readonly useEyeDropper: UnwrapRef<typeof import('@vueuse/core')['useEyeDropper']>
  739. readonly useFavicon: UnwrapRef<typeof import('@vueuse/core')['useFavicon']>
  740. readonly useFetch: UnwrapRef<typeof import('@vueuse/core')['useFetch']>
  741. readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
  742. readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
  743. readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
  744. readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
  745. readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
  746. readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
  747. readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
  748. readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
  749. readonly useI18n: UnwrapRef<typeof import('vue-i18n')['useI18n']>
  750. readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
  751. readonly useImage: UnwrapRef<typeof import('@vueuse/core')['useImage']>
  752. readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
  753. readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
  754. readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
  755. readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
  756. readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
  757. readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
  758. readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
  759. readonly useLoadingBar: UnwrapRef<typeof import('naive-ui')['useLoadingBar']>
  760. readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
  761. readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
  762. readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
  763. readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
  764. readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
  765. readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
  766. readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
  767. readonly useMessage: UnwrapRef<typeof import('naive-ui')['useMessage']>
  768. readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
  769. readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
  770. readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
  771. readonly useMousePressed: UnwrapRef<typeof import('@vueuse/core')['useMousePressed']>
  772. readonly useMutationObserver: UnwrapRef<typeof import('@vueuse/core')['useMutationObserver']>
  773. readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
  774. readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
  775. readonly useNotification: UnwrapRef<typeof import('naive-ui')['useNotification']>
  776. readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
  777. readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
  778. readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
  779. readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
  780. readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
  781. readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
  782. readonly useParentElement: UnwrapRef<typeof import('@vueuse/core')['useParentElement']>
  783. readonly usePerformanceObserver: UnwrapRef<typeof import('@vueuse/core')['usePerformanceObserver']>
  784. readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
  785. readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
  786. readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
  787. readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
  788. readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
  789. readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
  790. readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
  791. readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
  792. readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
  793. readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
  794. readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
  795. readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
  796. readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
  797. readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
  798. readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
  799. readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
  800. readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
  801. readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
  802. readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
  803. readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
  804. readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
  805. readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
  806. readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
  807. readonly useSorted: UnwrapRef<typeof import('@vueuse/core')['useSorted']>
  808. readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
  809. readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
  810. readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
  811. readonly useStorage: UnwrapRef<typeof import('@vueuse/core')['useStorage']>
  812. readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
  813. readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
  814. readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
  815. readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
  816. readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
  817. readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
  818. readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
  819. readonly useTextareaAutosize: UnwrapRef<typeof import('@vueuse/core')['useTextareaAutosize']>
  820. readonly useThrottle: UnwrapRef<typeof import('@vueuse/core')['useThrottle']>
  821. readonly useThrottleFn: UnwrapRef<typeof import('@vueuse/core')['useThrottleFn']>
  822. readonly useThrottledRefHistory: UnwrapRef<typeof import('@vueuse/core')['useThrottledRefHistory']>
  823. readonly useTimeAgo: UnwrapRef<typeof import('@vueuse/core')['useTimeAgo']>
  824. readonly useTimeout: UnwrapRef<typeof import('@vueuse/core')['useTimeout']>
  825. readonly useTimeoutFn: UnwrapRef<typeof import('@vueuse/core')['useTimeoutFn']>
  826. readonly useTimeoutPoll: UnwrapRef<typeof import('@vueuse/core')['useTimeoutPoll']>
  827. readonly useTimestamp: UnwrapRef<typeof import('@vueuse/core')['useTimestamp']>
  828. readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
  829. readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
  830. readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
  831. readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
  832. readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
  833. readonly useUrlSearchParams: UnwrapRef<typeof import('@vueuse/core')['useUrlSearchParams']>
  834. readonly useUserMedia: UnwrapRef<typeof import('@vueuse/core')['useUserMedia']>
  835. readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
  836. readonly useVModels: UnwrapRef<typeof import('@vueuse/core')['useVModels']>
  837. readonly useVibrate: UnwrapRef<typeof import('@vueuse/core')['useVibrate']>
  838. readonly useVirtualList: UnwrapRef<typeof import('@vueuse/core')['useVirtualList']>
  839. readonly useWakeLock: UnwrapRef<typeof import('@vueuse/core')['useWakeLock']>
  840. readonly useWebNotification: UnwrapRef<typeof import('@vueuse/core')['useWebNotification']>
  841. readonly useWebSocket: UnwrapRef<typeof import('@vueuse/core')['useWebSocket']>
  842. readonly useWebWorker: UnwrapRef<typeof import('@vueuse/core')['useWebWorker']>
  843. readonly useWebWorkerFn: UnwrapRef<typeof import('@vueuse/core')['useWebWorkerFn']>
  844. readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
  845. readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
  846. readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
  847. readonly watch: UnwrapRef<typeof import('vue')['watch']>
  848. readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
  849. readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
  850. readonly watchDebounced: UnwrapRef<typeof import('@vueuse/core')['watchDebounced']>
  851. readonly watchDeep: UnwrapRef<typeof import('@vueuse/core')['watchDeep']>
  852. readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
  853. readonly watchIgnorable: UnwrapRef<typeof import('@vueuse/core')['watchIgnorable']>
  854. readonly watchImmediate: UnwrapRef<typeof import('@vueuse/core')['watchImmediate']>
  855. readonly watchOnce: UnwrapRef<typeof import('@vueuse/core')['watchOnce']>
  856. readonly watchPausable: UnwrapRef<typeof import('@vueuse/core')['watchPausable']>
  857. readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
  858. readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
  859. readonly watchThrottled: UnwrapRef<typeof import('@vueuse/core')['watchThrottled']>
  860. readonly watchTriggerable: UnwrapRef<typeof import('@vueuse/core')['watchTriggerable']>
  861. readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
  862. readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
  863. }
  864. }