auto-imports.d.ts 4.5 KB

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