auto-imports.d.ts 64 KB

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