auto-imports.d.ts 65 KB

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