auto-imports.d.ts 4.4 KB

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