auto-import.d.ts 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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 BackButton: typeof import('./components/index')['BackButton']
  9. const EffectScope: typeof import('vue')['EffectScope']
  10. const HomeItem: typeof import('./components/index')['HomeItem']
  11. const SearchCard: typeof import('./components/index')['SearchCard']
  12. const computed: typeof import('vue')['computed']
  13. const createApp: typeof import('vue')['createApp']
  14. const customRef: typeof import('vue')['customRef']
  15. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  16. const defineComponent: typeof import('vue')['defineComponent']
  17. const effectScope: typeof import('vue')['effectScope']
  18. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  19. const getCurrentScope: typeof import('vue')['getCurrentScope']
  20. const h: typeof import('vue')['h']
  21. const inject: typeof import('vue')['inject']
  22. const isProxy: typeof import('vue')['isProxy']
  23. const isReactive: typeof import('vue')['isReactive']
  24. const isReadonly: typeof import('vue')['isReadonly']
  25. const isRef: typeof import('vue')['isRef']
  26. const markRaw: typeof import('vue')['markRaw']
  27. const nextTick: typeof import('vue')['nextTick']
  28. const onActivated: typeof import('vue')['onActivated']
  29. const onBeforeMount: typeof import('vue')['onBeforeMount']
  30. const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
  31. const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
  32. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  33. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  34. const onDeactivated: typeof import('vue')['onDeactivated']
  35. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  36. const onMounted: typeof import('vue')['onMounted']
  37. const onRenderTracked: typeof import('vue')['onRenderTracked']
  38. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  39. const onScopeDispose: typeof import('vue')['onScopeDispose']
  40. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  41. const onUnmounted: typeof import('vue')['onUnmounted']
  42. const onUpdated: typeof import('vue')['onUpdated']
  43. const provide: typeof import('vue')['provide']
  44. const reactive: typeof import('vue')['reactive']
  45. const readonly: typeof import('vue')['readonly']
  46. const ref: typeof import('vue')['ref']
  47. const resolveComponent: typeof import('vue')['resolveComponent']
  48. const shallowReactive: typeof import('vue')['shallowReactive']
  49. const shallowReadonly: typeof import('vue')['shallowReadonly']
  50. const shallowRef: typeof import('vue')['shallowRef']
  51. const toRaw: typeof import('vue')['toRaw']
  52. const toRef: typeof import('vue')['toRef']
  53. const toRefs: typeof import('vue')['toRefs']
  54. const toValue: typeof import('vue')['toValue']
  55. const triggerRef: typeof import('vue')['triggerRef']
  56. const unref: typeof import('vue')['unref']
  57. const useAttrs: typeof import('vue')['useAttrs']
  58. const useCssModule: typeof import('vue')['useCssModule']
  59. const useCssVars: typeof import('vue')['useCssVars']
  60. const useLink: typeof import('vue-router')['useLink']
  61. const useLocalStore: typeof import('./store/local')['useLocalStore']
  62. const useRoute: typeof import('vue-router')['useRoute']
  63. const useRouter: typeof import('vue-router')['useRouter']
  64. const useSlots: typeof import('vue')['useSlots']
  65. const watch: typeof import('vue')['watch']
  66. const watchEffect: typeof import('vue')['watchEffect']
  67. const watchPostEffect: typeof import('vue')['watchPostEffect']
  68. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  69. }
  70. // for type re-export
  71. declare global {
  72. // @ts-ignore
  73. export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
  74. import('vue')
  75. }