auto-imports.d.ts 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // noinspection JSUnusedGlobalSymbols
  5. // Generated by unplugin-auto-import
  6. // biome-ignore lint: disable
  7. export {}
  8. declare global {
  9. const $Api: typeof import('./api/index')['$Api']
  10. const $api: typeof import('./composables/fetch')['$api']
  11. const CLIENT: typeof import('./composables/config')['CLIENT']
  12. const EffectScope: typeof import('vue')['EffectScope']
  13. const UTC2Date: typeof import('@lincy/utils')['UTC2Date']
  14. const UseTabLists: typeof import('./composables/index')['UseTabLists']
  15. const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
  16. const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
  17. const closeToast: typeof import('vant')['closeToast']
  18. const computed: typeof import('vue')['computed']
  19. const computedAsync: typeof import('@vueuse/core')['computedAsync']
  20. const computedEager: typeof import('@vueuse/core')['computedEager']
  21. const computedInject: typeof import('@vueuse/core')['computedInject']
  22. const computedWithControl: typeof import('@vueuse/core')['computedWithControl']
  23. const config: typeof import('./composables/config')['default']
  24. const controlledComputed: typeof import('@vueuse/core')['controlledComputed']
  25. const controlledRef: typeof import('@vueuse/core')['controlledRef']
  26. const createApp: typeof import('vue')['createApp']
  27. const createEventHook: typeof import('@vueuse/core')['createEventHook']
  28. const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
  29. const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
  30. const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
  31. const createRef: typeof import('@vueuse/core')['createRef']
  32. const createReusableTemplate: typeof import('@vueuse/core')['createReusableTemplate']
  33. const createRouter: typeof import('vue-router')['createRouter']
  34. const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
  35. const createTemplatePromise: typeof import('@vueuse/core')['createTemplatePromise']
  36. const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn']
  37. const createWebHashHistory: typeof import('vue-router')['createWebHashHistory']
  38. const crypt: typeof import('./composables/crypt')['default']
  39. const customRef: typeof import('vue')['customRef']
  40. const dataHasErrorKey: typeof import('./composables/provide')['dataHasErrorKey']
  41. const dataIsReadyKey: typeof import('./composables/provide')['dataIsReadyKey']
  42. const debouncedRef: typeof import('@vueuse/core')['debouncedRef']
  43. const debouncedWatch: typeof import('@vueuse/core')['debouncedWatch']
  44. const deepClone: typeof import('@lincy/utils')['deepClone']
  45. const deepMerge: typeof import('@lincy/utils')['deepMerge']
  46. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  47. const defineComponent: typeof import('vue')['defineComponent']
  48. const defineStore: typeof import('pinia')['defineStore']
  49. const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
  50. const effectScope: typeof import('vue')['effectScope']
  51. const extendRef: typeof import('@vueuse/core')['extendRef']
  52. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  53. const getCurrentScope: typeof import('vue')['getCurrentScope']
  54. const h: typeof import('vue')['h']
  55. const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
  56. const inject: typeof import('vue')['inject']
  57. const injectLocal: typeof import('@vueuse/core')['injectLocal']
  58. const isDefined: typeof import('@vueuse/core')['isDefined']
  59. const isProxy: typeof import('vue')['isProxy']
  60. const isReactive: typeof import('vue')['isReactive']
  61. const isReadonly: typeof import('vue')['isReadonly']
  62. const isRef: typeof import('vue')['isRef']
  63. const jsxComponents: typeof import('./components/jsx-components')['default']
  64. const lang: typeof import('./composables/config')['lang']
  65. const loginMsgBox: typeof import('./composables/message')['loginMsgBox']
  66. const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
  67. const markRaw: typeof import('vue')['markRaw']
  68. const nextTick: typeof import('vue')['nextTick']
  69. const onActivated: typeof import('vue')['onActivated']
  70. const onBeforeMount: typeof import('vue')['onBeforeMount']
  71. const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
  72. const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
  73. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  74. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  75. const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
  76. const onDeactivated: typeof import('vue')['onDeactivated']
  77. const onElementRemoval: typeof import('@vueuse/core')['onElementRemoval']
  78. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  79. const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
  80. const onLoginKey: typeof import('./composables/provide')['onLoginKey']
  81. const onLongPress: typeof import('@vueuse/core')['onLongPress']
  82. const onMounted: typeof import('vue')['onMounted']
  83. const onRenderTracked: typeof import('vue')['onRenderTracked']
  84. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  85. const onScopeDispose: typeof import('vue')['onScopeDispose']
  86. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  87. const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
  88. const onUnmounted: typeof import('vue')['onUnmounted']
  89. const onUpdated: typeof import('vue')['onUpdated']
  90. const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
  91. const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
  92. const provide: typeof import('vue')['provide']
  93. const provideLocal: typeof import('@vueuse/core')['provideLocal']
  94. const reactify: typeof import('@vueuse/core')['reactify']
  95. const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
  96. const reactive: typeof import('vue')['reactive']
  97. const reactiveComputed: typeof import('@vueuse/core')['reactiveComputed']
  98. const reactiveOmit: typeof import('@vueuse/core')['reactiveOmit']
  99. const reactivePick: typeof import('@vueuse/core')['reactivePick']
  100. const readonly: typeof import('vue')['readonly']
  101. const ref: typeof import('vue')['ref']
  102. const refAutoReset: typeof import('@vueuse/core')['refAutoReset']
  103. const refDebounced: typeof import('@vueuse/core')['refDebounced']
  104. const refDefault: typeof import('@vueuse/core')['refDefault']
  105. const refThrottled: typeof import('@vueuse/core')['refThrottled']
  106. const refWithControl: typeof import('@vueuse/core')['refWithControl']
  107. const resolveComponent: typeof import('vue')['resolveComponent']
  108. const resolveRef: typeof import('@vueuse/core')['resolveRef']
  109. const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
  110. const routerKey: typeof import('./composables/provide')['routerKey']
  111. const shallowReactive: typeof import('vue')['shallowReactive']
  112. const shallowReadonly: typeof import('vue')['shallowReadonly']
  113. const shallowRef: typeof import('vue')['shallowRef']
  114. const showConfirmDialog: typeof import('vant')['showConfirmDialog']
  115. const showDialog: typeof import('vant')['showDialog']
  116. const showDialogKey: typeof import('./composables/provide')['showDialogKey']
  117. const showFailToast: typeof import('vant')['showFailToast']
  118. const showImagePreview: typeof import('vant')['showImagePreview']
  119. const showLoadingToast: typeof import('vant')['showLoadingToast']
  120. const showMsg: typeof import('./composables/message')['showMsg']
  121. const showSuccessToast: typeof import('vant')['showSuccessToast']
  122. const showToast: typeof import('vant')['showToast']
  123. const storeToRefs: typeof import('pinia')['storeToRefs']
  124. const syncRef: typeof import('@vueuse/core')['syncRef']
  125. const syncRefs: typeof import('@vueuse/core')['syncRefs']
  126. const templateRef: typeof import('@vueuse/core')['templateRef']
  127. const throttledRef: typeof import('@vueuse/core')['throttledRef']
  128. const throttledWatch: typeof import('@vueuse/core')['throttledWatch']
  129. const toRaw: typeof import('vue')['toRaw']
  130. const toReactive: typeof import('@vueuse/core')['toReactive']
  131. const toRef: typeof import('vue')['toRef']
  132. const toRefs: typeof import('vue')['toRefs']
  133. const toValue: typeof import('vue')['toValue']
  134. const toggleDialogKey: typeof import('./composables/provide')['toggleDialogKey']
  135. const triggerRef: typeof import('vue')['triggerRef']
  136. const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
  137. const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
  138. const tryOnMounted: typeof import('@vueuse/core')['tryOnMounted']
  139. const tryOnScopeDispose: typeof import('@vueuse/core')['tryOnScopeDispose']
  140. const tryOnUnmounted: typeof import('@vueuse/core')['tryOnUnmounted']
  141. const unref: typeof import('vue')['unref']
  142. const unrefElement: typeof import('@vueuse/core')['unrefElement']
  143. const until: typeof import('@vueuse/core')['until']
  144. const updateParentKey: typeof import('./composables/provide')['updateParentKey']
  145. const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
  146. const useAnimate: typeof import('@vueuse/core')['useAnimate']
  147. const useArrayDifference: typeof import('@vueuse/core')['useArrayDifference']
  148. const useArrayEvery: typeof import('@vueuse/core')['useArrayEvery']
  149. const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
  150. const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
  151. const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
  152. const useArrayFindLast: typeof import('@vueuse/core')['useArrayFindLast']
  153. const useArrayIncludes: typeof import('@vueuse/core')['useArrayIncludes']
  154. const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
  155. const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
  156. const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
  157. const useArraySome: typeof import('@vueuse/core')['useArraySome']
  158. const useArrayUnique: typeof import('@vueuse/core')['useArrayUnique']
  159. const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
  160. const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
  161. const useAttrs: typeof import('vue')['useAttrs']
  162. const useBase64: typeof import('@vueuse/core')['useBase64']
  163. const useBattery: typeof import('@vueuse/core')['useBattery']
  164. const useBluetooth: typeof import('@vueuse/core')['useBluetooth']
  165. const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
  166. const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
  167. const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
  168. const useCached: typeof import('@vueuse/core')['useCached']
  169. const useClipboard: typeof import('@vueuse/core')['useClipboard']
  170. const useClipboardItems: typeof import('@vueuse/core')['useClipboardItems']
  171. const useCloned: typeof import('@vueuse/core')['useCloned']
  172. const useColorMode: typeof import('@vueuse/core')['useColorMode']
  173. const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
  174. const useCountdown: typeof import('@vueuse/core')['useCountdown']
  175. const useCounter: typeof import('@vueuse/core')['useCounter']
  176. const useCssModule: typeof import('vue')['useCssModule']
  177. const useCssVar: typeof import('@vueuse/core')['useCssVar']
  178. const useCssVars: typeof import('vue')['useCssVars']
  179. const useCurrentElement: typeof import('@vueuse/core')['useCurrentElement']
  180. const useCycleList: typeof import('@vueuse/core')['useCycleList']
  181. const useDark: typeof import('@vueuse/core')['useDark']
  182. const useDateFormat: typeof import('@vueuse/core')['useDateFormat']
  183. const useDebounce: typeof import('@vueuse/core')['useDebounce']
  184. const useDebounceFn: typeof import('@vueuse/core')['useDebounceFn']
  185. const useDebouncedRefHistory: typeof import('@vueuse/core')['useDebouncedRefHistory']
  186. const useDeviceMotion: typeof import('@vueuse/core')['useDeviceMotion']
  187. const useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation']
  188. const useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio']
  189. const useDevicesList: typeof import('@vueuse/core')['useDevicesList']
  190. const useDisplayMedia: typeof import('@vueuse/core')['useDisplayMedia']
  191. const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
  192. const useDraggable: typeof import('@vueuse/core')['useDraggable']
  193. const useDropZone: typeof import('@vueuse/core')['useDropZone']
  194. const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
  195. const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
  196. const useElementHover: typeof import('@vueuse/core')['useElementHover']
  197. const useElementSize: typeof import('@vueuse/core')['useElementSize']
  198. const useElementVisibility: typeof import('@vueuse/core')['useElementVisibility']
  199. const useEventBus: typeof import('@vueuse/core')['useEventBus']
  200. const useEventListener: typeof import('@vueuse/core')['useEventListener']
  201. const useEventSource: typeof import('@vueuse/core')['useEventSource']
  202. const useEyeDropper: typeof import('@vueuse/core')['useEyeDropper']
  203. const useFavicon: typeof import('@vueuse/core')['useFavicon']
  204. const useFetch: typeof import('@vueuse/core')['useFetch']
  205. const useFileDialog: typeof import('@vueuse/core')['useFileDialog']
  206. const useFileSystemAccess: typeof import('@vueuse/core')['useFileSystemAccess']
  207. const useFilters: typeof import('./composables/filters')['useFilters']
  208. const useFocus: typeof import('@vueuse/core')['useFocus']
  209. const useFocusWithin: typeof import('@vueuse/core')['useFocusWithin']
  210. const useFps: typeof import('@vueuse/core')['useFps']
  211. const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
  212. const useGamepad: typeof import('@vueuse/core')['useGamepad']
  213. const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
  214. const useGlobal: typeof import('./composables/index')['useGlobal']
  215. const useGlobalStore: typeof import('./stores/use-global-store')['default']
  216. const useHead: typeof import('@unhead/vue')['useHead']
  217. const useId: typeof import('vue')['useId']
  218. const useIdle: typeof import('@vueuse/core')['useIdle']
  219. const useImage: typeof import('@vueuse/core')['useImage']
  220. const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
  221. const useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver']
  222. const useInterval: typeof import('@vueuse/core')['useInterval']
  223. const useIntervalFn: typeof import('@vueuse/core')['useIntervalFn']
  224. const useKeyModifier: typeof import('@vueuse/core')['useKeyModifier']
  225. const useLastChanged: typeof import('@vueuse/core')['useLastChanged']
  226. const useLink: typeof import('vue-router')['useLink']
  227. const useLists: typeof import('./composables/index')['useLists']
  228. const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
  229. const useLockFn: typeof import('./composables/index')['useLockFn']
  230. const useMagicKeys: typeof import('@vueuse/core')['useMagicKeys']
  231. const useManualRefHistory: typeof import('@vueuse/core')['useManualRefHistory']
  232. const useMediaControls: typeof import('@vueuse/core')['useMediaControls']
  233. const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
  234. const useMemoize: typeof import('@vueuse/core')['useMemoize']
  235. const useMemory: typeof import('@vueuse/core')['useMemory']
  236. const useModel: typeof import('vue')['useModel']
  237. const useMounted: typeof import('@vueuse/core')['useMounted']
  238. const useMouse: typeof import('@vueuse/core')['useMouse']
  239. const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
  240. const useMousePressed: typeof import('@vueuse/core')['useMousePressed']
  241. const useMutationObserver: typeof import('@vueuse/core')['useMutationObserver']
  242. const useNavigatorLanguage: typeof import('@vueuse/core')['useNavigatorLanguage']
  243. const useNetwork: typeof import('@vueuse/core')['useNetwork']
  244. const useNow: typeof import('@vueuse/core')['useNow']
  245. const useObjectUrl: typeof import('@vueuse/core')['useObjectUrl']
  246. const useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination']
  247. const useOnline: typeof import('@vueuse/core')['useOnline']
  248. const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
  249. const useParallax: typeof import('@vueuse/core')['useParallax']
  250. const useParentElement: typeof import('@vueuse/core')['useParentElement']
  251. const usePerformanceObserver: typeof import('@vueuse/core')['usePerformanceObserver']
  252. const usePermission: typeof import('@vueuse/core')['usePermission']
  253. const usePointer: typeof import('@vueuse/core')['usePointer']
  254. const usePointerLock: typeof import('@vueuse/core')['usePointerLock']
  255. const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
  256. const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
  257. const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast']
  258. const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
  259. const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
  260. const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
  261. const usePreferredReducedTransparency: typeof import('@vueuse/core')['usePreferredReducedTransparency']
  262. const usePrevious: typeof import('@vueuse/core')['usePrevious']
  263. const useRafFn: typeof import('@vueuse/core')['useRafFn']
  264. const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
  265. const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
  266. const useRoute: typeof import('vue-router')['useRoute']
  267. const useRouter: typeof import('vue-router')['useRouter']
  268. const useSSRWidth: typeof import('@vueuse/core')['useSSRWidth']
  269. const useSaveScroll: typeof import('./composables/index')['useSaveScroll']
  270. const useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation']
  271. const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea']
  272. const useScriptTag: typeof import('@vueuse/core')['useScriptTag']
  273. const useScroll: typeof import('@vueuse/core')['useScroll']
  274. const useScrollLock: typeof import('@vueuse/core')['useScrollLock']
  275. const useSeoMeta: typeof import('@vueuse/head')['useSeoMeta']
  276. const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
  277. const useShare: typeof import('@vueuse/core')['useShare']
  278. const useSlots: typeof import('vue')['useSlots']
  279. const useSorted: typeof import('@vueuse/core')['useSorted']
  280. const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition']
  281. const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis']
  282. const useStepper: typeof import('@vueuse/core')['useStepper']
  283. const useStorage: typeof import('@vueuse/core')['useStorage']
  284. const useStorageAsync: typeof import('@vueuse/core')['useStorageAsync']
  285. const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
  286. const useSupported: typeof import('@vueuse/core')['useSupported']
  287. const useSwipe: typeof import('@vueuse/core')['useSwipe']
  288. const useTabLists: typeof import('./composables/index')['useTabLists']
  289. const useTemplateRef: typeof import('vue')['useTemplateRef']
  290. const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
  291. const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
  292. const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
  293. const useTextareaAutosize: typeof import('@vueuse/core')['useTextareaAutosize']
  294. const useThrottle: typeof import('@vueuse/core')['useThrottle']
  295. const useThrottleFn: typeof import('@vueuse/core')['useThrottleFn']
  296. const useThrottledRefHistory: typeof import('@vueuse/core')['useThrottledRefHistory']
  297. const useTimeAgo: typeof import('@vueuse/core')['useTimeAgo']
  298. const useTimeout: typeof import('@vueuse/core')['useTimeout']
  299. const useTimeoutFn: typeof import('@vueuse/core')['useTimeoutFn']
  300. const useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll']
  301. const useTimestamp: typeof import('@vueuse/core')['useTimestamp']
  302. const useTitle: typeof import('@vueuse/core')['useTitle']
  303. const useToNumber: typeof import('@vueuse/core')['useToNumber']
  304. const useToString: typeof import('@vueuse/core')['useToString']
  305. const useToggle: typeof import('@vueuse/core')['useToggle']
  306. const useTransition: typeof import('@vueuse/core')['useTransition']
  307. const useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams']
  308. const useUserMedia: typeof import('@vueuse/core')['useUserMedia']
  309. const useUserStore: typeof import('./stores/use-user-store')['default']
  310. const useVModel: typeof import('@vueuse/core')['useVModel']
  311. const useVModels: typeof import('@vueuse/core')['useVModels']
  312. const useVibrate: typeof import('@vueuse/core')['useVibrate']
  313. const useVirtualList: typeof import('@vueuse/core')['useVirtualList']
  314. const useWakeLock: typeof import('@vueuse/core')['useWakeLock']
  315. const useWebNotification: typeof import('@vueuse/core')['useWebNotification']
  316. const useWebSocket: typeof import('@vueuse/core')['useWebSocket']
  317. const useWebWorker: typeof import('@vueuse/core')['useWebWorker']
  318. const useWebWorkerFn: typeof import('@vueuse/core')['useWebWorkerFn']
  319. const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
  320. const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
  321. const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
  322. const userToken: typeof import('./composables/config')['userToken']
  323. const watch: typeof import('vue')['watch']
  324. const watchArray: typeof import('@vueuse/core')['watchArray']
  325. const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
  326. const watchDebounced: typeof import('@vueuse/core')['watchDebounced']
  327. const watchDeep: typeof import('@vueuse/core')['watchDeep']
  328. const watchEffect: typeof import('vue')['watchEffect']
  329. const watchIgnorable: typeof import('@vueuse/core')['watchIgnorable']
  330. const watchImmediate: typeof import('@vueuse/core')['watchImmediate']
  331. const watchOnce: typeof import('@vueuse/core')['watchOnce']
  332. const watchPausable: typeof import('@vueuse/core')['watchPausable']
  333. const watchPostEffect: typeof import('vue')['watchPostEffect']
  334. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  335. const watchThrottled: typeof import('@vueuse/core')['watchThrottled']
  336. const watchTriggerable: typeof import('@vueuse/core')['watchTriggerable']
  337. const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
  338. const whenever: typeof import('@vueuse/core')['whenever']
  339. }
  340. // for type re-export
  341. declare global {
  342. // @ts-ignore
  343. export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
  344. import('vue')
  345. // @ts-ignore
  346. export type { GlobalState } from './stores/pinia.types'
  347. import('./stores/pinia.types')
  348. // @ts-ignore
  349. export type { UserInfo } from './stores/use-user-store'
  350. import('./stores/use-user-store')
  351. }
  352. // for vue template auto import
  353. import { UnwrapRef } from 'vue'
  354. declare module 'vue' {
  355. interface GlobalComponents {}
  356. interface ComponentCustomProperties {
  357. readonly $api: UnwrapRef<typeof import('./composables/fetch')['$api']>
  358. readonly CLIENT: UnwrapRef<typeof import('./composables/config')['CLIENT']>
  359. readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
  360. readonly UTC2Date: UnwrapRef<typeof import('@lincy/utils')['UTC2Date']>
  361. readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
  362. readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
  363. readonly closeToast: UnwrapRef<typeof import('vant')['closeToast']>
  364. readonly computed: UnwrapRef<typeof import('vue')['computed']>
  365. readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
  366. readonly computedEager: UnwrapRef<typeof import('@vueuse/core')['computedEager']>
  367. readonly computedInject: UnwrapRef<typeof import('@vueuse/core')['computedInject']>
  368. readonly computedWithControl: UnwrapRef<typeof import('@vueuse/core')['computedWithControl']>
  369. readonly config: UnwrapRef<typeof import('./composables/config')['default']>
  370. readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
  371. readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
  372. readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
  373. readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
  374. readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
  375. readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
  376. readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
  377. readonly createRef: UnwrapRef<typeof import('@vueuse/core')['createRef']>
  378. readonly createReusableTemplate: UnwrapRef<typeof import('@vueuse/core')['createReusableTemplate']>
  379. readonly createRouter: UnwrapRef<typeof import('vue-router')['createRouter']>
  380. readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
  381. readonly createTemplatePromise: UnwrapRef<typeof import('@vueuse/core')['createTemplatePromise']>
  382. readonly createUnrefFn: UnwrapRef<typeof import('@vueuse/core')['createUnrefFn']>
  383. readonly createWebHashHistory: UnwrapRef<typeof import('vue-router')['createWebHashHistory']>
  384. readonly crypt: UnwrapRef<typeof import('./composables/crypt')['default']>
  385. readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
  386. readonly dataHasErrorKey: UnwrapRef<typeof import('./composables/provide')['dataHasErrorKey']>
  387. readonly dataIsReadyKey: UnwrapRef<typeof import('./composables/provide')['dataIsReadyKey']>
  388. readonly debouncedRef: UnwrapRef<typeof import('@vueuse/core')['debouncedRef']>
  389. readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
  390. readonly deepClone: UnwrapRef<typeof import('@lincy/utils')['deepClone']>
  391. readonly deepMerge: UnwrapRef<typeof import('@lincy/utils')['deepMerge']>
  392. readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
  393. readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
  394. readonly defineStore: UnwrapRef<typeof import('pinia')['defineStore']>
  395. readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
  396. readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
  397. readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
  398. readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
  399. readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
  400. readonly h: UnwrapRef<typeof import('vue')['h']>
  401. readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
  402. readonly inject: UnwrapRef<typeof import('vue')['inject']>
  403. readonly injectLocal: UnwrapRef<typeof import('@vueuse/core')['injectLocal']>
  404. readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
  405. readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
  406. readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
  407. readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
  408. readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
  409. readonly jsxComponents: UnwrapRef<typeof import('./components/jsx-components')['default']>
  410. readonly lang: UnwrapRef<typeof import('./composables/config')['lang']>
  411. readonly loginMsgBox: UnwrapRef<typeof import('./composables/message')['loginMsgBox']>
  412. readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
  413. readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
  414. readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
  415. readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
  416. readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
  417. readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router')['onBeforeRouteLeave']>
  418. readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router')['onBeforeRouteUpdate']>
  419. readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
  420. readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
  421. readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
  422. readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
  423. readonly onElementRemoval: UnwrapRef<typeof import('@vueuse/core')['onElementRemoval']>
  424. readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
  425. readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
  426. readonly onLoginKey: UnwrapRef<typeof import('./composables/provide')['onLoginKey']>
  427. readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
  428. readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
  429. readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
  430. readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
  431. readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
  432. readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
  433. readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
  434. readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
  435. readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
  436. readonly onWatcherCleanup: UnwrapRef<typeof import('vue')['onWatcherCleanup']>
  437. readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
  438. readonly provide: UnwrapRef<typeof import('vue')['provide']>
  439. readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
  440. readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
  441. readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
  442. readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
  443. readonly reactiveComputed: UnwrapRef<typeof import('@vueuse/core')['reactiveComputed']>
  444. readonly reactiveOmit: UnwrapRef<typeof import('@vueuse/core')['reactiveOmit']>
  445. readonly reactivePick: UnwrapRef<typeof import('@vueuse/core')['reactivePick']>
  446. readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
  447. readonly ref: UnwrapRef<typeof import('vue')['ref']>
  448. readonly refAutoReset: UnwrapRef<typeof import('@vueuse/core')['refAutoReset']>
  449. readonly refDebounced: UnwrapRef<typeof import('@vueuse/core')['refDebounced']>
  450. readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
  451. readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
  452. readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
  453. readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
  454. readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
  455. readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
  456. readonly routerKey: UnwrapRef<typeof import('./composables/provide')['routerKey']>
  457. readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
  458. readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
  459. readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
  460. readonly showConfirmDialog: UnwrapRef<typeof import('vant')['showConfirmDialog']>
  461. readonly showDialog: UnwrapRef<typeof import('vant')['showDialog']>
  462. readonly showDialogKey: UnwrapRef<typeof import('./composables/provide')['showDialogKey']>
  463. readonly showFailToast: UnwrapRef<typeof import('vant')['showFailToast']>
  464. readonly showImagePreview: UnwrapRef<typeof import('vant')['showImagePreview']>
  465. readonly showLoadingToast: UnwrapRef<typeof import('vant')['showLoadingToast']>
  466. readonly showMsg: UnwrapRef<typeof import('./composables/message')['showMsg']>
  467. readonly showSuccessToast: UnwrapRef<typeof import('vant')['showSuccessToast']>
  468. readonly showToast: UnwrapRef<typeof import('vant')['showToast']>
  469. readonly storeToRefs: UnwrapRef<typeof import('pinia')['storeToRefs']>
  470. readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
  471. readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
  472. readonly templateRef: UnwrapRef<typeof import('@vueuse/core')['templateRef']>
  473. readonly throttledRef: UnwrapRef<typeof import('@vueuse/core')['throttledRef']>
  474. readonly throttledWatch: UnwrapRef<typeof import('@vueuse/core')['throttledWatch']>
  475. readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
  476. readonly toReactive: UnwrapRef<typeof import('@vueuse/core')['toReactive']>
  477. readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
  478. readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
  479. readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
  480. readonly toggleDialogKey: UnwrapRef<typeof import('./composables/provide')['toggleDialogKey']>
  481. readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
  482. readonly tryOnBeforeMount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeMount']>
  483. readonly tryOnBeforeUnmount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeUnmount']>
  484. readonly tryOnMounted: UnwrapRef<typeof import('@vueuse/core')['tryOnMounted']>
  485. readonly tryOnScopeDispose: UnwrapRef<typeof import('@vueuse/core')['tryOnScopeDispose']>
  486. readonly tryOnUnmounted: UnwrapRef<typeof import('@vueuse/core')['tryOnUnmounted']>
  487. readonly unref: UnwrapRef<typeof import('vue')['unref']>
  488. readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
  489. readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
  490. readonly updateParentKey: UnwrapRef<typeof import('./composables/provide')['updateParentKey']>
  491. readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
  492. readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
  493. readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
  494. readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
  495. readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
  496. readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']>
  497. readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']>
  498. readonly useArrayFindLast: UnwrapRef<typeof import('@vueuse/core')['useArrayFindLast']>
  499. readonly useArrayIncludes: UnwrapRef<typeof import('@vueuse/core')['useArrayIncludes']>
  500. readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']>
  501. readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
  502. readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
  503. readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
  504. readonly useArrayUnique: UnwrapRef<typeof import('@vueuse/core')['useArrayUnique']>
  505. readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
  506. readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
  507. readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
  508. readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
  509. readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
  510. readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
  511. readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
  512. readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
  513. readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
  514. readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
  515. readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
  516. readonly useClipboardItems: UnwrapRef<typeof import('@vueuse/core')['useClipboardItems']>
  517. readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
  518. readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
  519. readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
  520. readonly useCountdown: UnwrapRef<typeof import('@vueuse/core')['useCountdown']>
  521. readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
  522. readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
  523. readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
  524. readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
  525. readonly useCurrentElement: UnwrapRef<typeof import('@vueuse/core')['useCurrentElement']>
  526. readonly useCycleList: UnwrapRef<typeof import('@vueuse/core')['useCycleList']>
  527. readonly useDark: UnwrapRef<typeof import('@vueuse/core')['useDark']>
  528. readonly useDateFormat: UnwrapRef<typeof import('@vueuse/core')['useDateFormat']>
  529. readonly useDebounce: UnwrapRef<typeof import('@vueuse/core')['useDebounce']>
  530. readonly useDebounceFn: UnwrapRef<typeof import('@vueuse/core')['useDebounceFn']>
  531. readonly useDebouncedRefHistory: UnwrapRef<typeof import('@vueuse/core')['useDebouncedRefHistory']>
  532. readonly useDeviceMotion: UnwrapRef<typeof import('@vueuse/core')['useDeviceMotion']>
  533. readonly useDeviceOrientation: UnwrapRef<typeof import('@vueuse/core')['useDeviceOrientation']>
  534. readonly useDevicePixelRatio: UnwrapRef<typeof import('@vueuse/core')['useDevicePixelRatio']>
  535. readonly useDevicesList: UnwrapRef<typeof import('@vueuse/core')['useDevicesList']>
  536. readonly useDisplayMedia: UnwrapRef<typeof import('@vueuse/core')['useDisplayMedia']>
  537. readonly useDocumentVisibility: UnwrapRef<typeof import('@vueuse/core')['useDocumentVisibility']>
  538. readonly useDraggable: UnwrapRef<typeof import('@vueuse/core')['useDraggable']>
  539. readonly useDropZone: UnwrapRef<typeof import('@vueuse/core')['useDropZone']>
  540. readonly useElementBounding: UnwrapRef<typeof import('@vueuse/core')['useElementBounding']>
  541. readonly useElementByPoint: UnwrapRef<typeof import('@vueuse/core')['useElementByPoint']>
  542. readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
  543. readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
  544. readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
  545. readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
  546. readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
  547. readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
  548. readonly useEyeDropper: UnwrapRef<typeof import('@vueuse/core')['useEyeDropper']>
  549. readonly useFavicon: UnwrapRef<typeof import('@vueuse/core')['useFavicon']>
  550. readonly useFetch: UnwrapRef<typeof import('@vueuse/core')['useFetch']>
  551. readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
  552. readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
  553. readonly useFilters: UnwrapRef<typeof import('./composables/filters')['useFilters']>
  554. readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
  555. readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
  556. readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
  557. readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
  558. readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
  559. readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
  560. readonly useGlobal: UnwrapRef<typeof import('./composables/index')['useGlobal']>
  561. readonly useGlobalStore: UnwrapRef<typeof import('./stores/use-global-store')['default']>
  562. readonly useHead: UnwrapRef<typeof import('@unhead/vue')['useHead']>
  563. readonly useId: UnwrapRef<typeof import('vue')['useId']>
  564. readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
  565. readonly useImage: UnwrapRef<typeof import('@vueuse/core')['useImage']>
  566. readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
  567. readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
  568. readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
  569. readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
  570. readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
  571. readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
  572. readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
  573. readonly useLists: UnwrapRef<typeof import('./composables/index')['useLists']>
  574. readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
  575. readonly useLockFn: UnwrapRef<typeof import('./composables/index')['useLockFn']>
  576. readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
  577. readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
  578. readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
  579. readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
  580. readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
  581. readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
  582. readonly useModel: UnwrapRef<typeof import('vue')['useModel']>
  583. readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
  584. readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
  585. readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
  586. readonly useMousePressed: UnwrapRef<typeof import('@vueuse/core')['useMousePressed']>
  587. readonly useMutationObserver: UnwrapRef<typeof import('@vueuse/core')['useMutationObserver']>
  588. readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
  589. readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
  590. readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
  591. readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
  592. readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
  593. readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
  594. readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
  595. readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
  596. readonly useParentElement: UnwrapRef<typeof import('@vueuse/core')['useParentElement']>
  597. readonly usePerformanceObserver: UnwrapRef<typeof import('@vueuse/core')['usePerformanceObserver']>
  598. readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
  599. readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
  600. readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
  601. readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
  602. readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
  603. readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
  604. readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
  605. readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
  606. readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
  607. readonly usePreferredReducedTransparency: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedTransparency']>
  608. readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
  609. readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
  610. readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
  611. readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
  612. readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
  613. readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
  614. readonly useSSRWidth: UnwrapRef<typeof import('@vueuse/core')['useSSRWidth']>
  615. readonly useSaveScroll: UnwrapRef<typeof import('./composables/index')['useSaveScroll']>
  616. readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
  617. readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
  618. readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
  619. readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
  620. readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
  621. readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
  622. readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
  623. readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
  624. readonly useSorted: UnwrapRef<typeof import('@vueuse/core')['useSorted']>
  625. readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
  626. readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
  627. readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
  628. readonly useStorage: UnwrapRef<typeof import('@vueuse/core')['useStorage']>
  629. readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
  630. readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
  631. readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
  632. readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
  633. readonly useTabLists: UnwrapRef<typeof import('./composables/index')['useTabLists']>
  634. readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']>
  635. readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
  636. readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
  637. readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
  638. readonly useTextareaAutosize: UnwrapRef<typeof import('@vueuse/core')['useTextareaAutosize']>
  639. readonly useThrottle: UnwrapRef<typeof import('@vueuse/core')['useThrottle']>
  640. readonly useThrottleFn: UnwrapRef<typeof import('@vueuse/core')['useThrottleFn']>
  641. readonly useThrottledRefHistory: UnwrapRef<typeof import('@vueuse/core')['useThrottledRefHistory']>
  642. readonly useTimeAgo: UnwrapRef<typeof import('@vueuse/core')['useTimeAgo']>
  643. readonly useTimeout: UnwrapRef<typeof import('@vueuse/core')['useTimeout']>
  644. readonly useTimeoutFn: UnwrapRef<typeof import('@vueuse/core')['useTimeoutFn']>
  645. readonly useTimeoutPoll: UnwrapRef<typeof import('@vueuse/core')['useTimeoutPoll']>
  646. readonly useTimestamp: UnwrapRef<typeof import('@vueuse/core')['useTimestamp']>
  647. readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
  648. readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
  649. readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
  650. readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
  651. readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
  652. readonly useUrlSearchParams: UnwrapRef<typeof import('@vueuse/core')['useUrlSearchParams']>
  653. readonly useUserMedia: UnwrapRef<typeof import('@vueuse/core')['useUserMedia']>
  654. readonly useUserStore: UnwrapRef<typeof import('./stores/use-user-store')['default']>
  655. readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
  656. readonly useVModels: UnwrapRef<typeof import('@vueuse/core')['useVModels']>
  657. readonly useVibrate: UnwrapRef<typeof import('@vueuse/core')['useVibrate']>
  658. readonly useVirtualList: UnwrapRef<typeof import('@vueuse/core')['useVirtualList']>
  659. readonly useWakeLock: UnwrapRef<typeof import('@vueuse/core')['useWakeLock']>
  660. readonly useWebNotification: UnwrapRef<typeof import('@vueuse/core')['useWebNotification']>
  661. readonly useWebSocket: UnwrapRef<typeof import('@vueuse/core')['useWebSocket']>
  662. readonly useWebWorker: UnwrapRef<typeof import('@vueuse/core')['useWebWorker']>
  663. readonly useWebWorkerFn: UnwrapRef<typeof import('@vueuse/core')['useWebWorkerFn']>
  664. readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
  665. readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
  666. readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
  667. readonly userToken: UnwrapRef<typeof import('./composables/config')['userToken']>
  668. readonly watch: UnwrapRef<typeof import('vue')['watch']>
  669. readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
  670. readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
  671. readonly watchDebounced: UnwrapRef<typeof import('@vueuse/core')['watchDebounced']>
  672. readonly watchDeep: UnwrapRef<typeof import('@vueuse/core')['watchDeep']>
  673. readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
  674. readonly watchIgnorable: UnwrapRef<typeof import('@vueuse/core')['watchIgnorable']>
  675. readonly watchImmediate: UnwrapRef<typeof import('@vueuse/core')['watchImmediate']>
  676. readonly watchOnce: UnwrapRef<typeof import('@vueuse/core')['watchOnce']>
  677. readonly watchPausable: UnwrapRef<typeof import('@vueuse/core')['watchPausable']>
  678. readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
  679. readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
  680. readonly watchThrottled: UnwrapRef<typeof import('@vueuse/core')['watchThrottled']>
  681. readonly watchTriggerable: UnwrapRef<typeof import('@vueuse/core')['watchTriggerable']>
  682. readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
  683. readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
  684. }
  685. }