auto-imports.d.ts 73 KB

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