auto-imports.d.ts 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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 onBeforeUnmount: typeof import('vue').onBeforeUnmount
  40. const onBeforeUpdate: typeof import('vue').onBeforeUpdate
  41. const onDeactivated: typeof import('vue').onDeactivated
  42. const onErrorCaptured: typeof import('vue').onErrorCaptured
  43. const onMounted: typeof import('vue').onMounted
  44. const onRenderTracked: typeof import('vue').onRenderTracked
  45. const onRenderTriggered: typeof import('vue').onRenderTriggered
  46. const onScopeDispose: typeof import('vue').onScopeDispose
  47. const onServerPrefetch: typeof import('vue').onServerPrefetch
  48. const onUnmounted: typeof import('vue').onUnmounted
  49. const onUpdated: typeof import('vue').onUpdated
  50. const onWatcherCleanup: typeof import('vue').onWatcherCleanup
  51. const provide: typeof import('vue').provide
  52. const reactive: typeof import('vue').reactive
  53. const readonly: typeof import('vue').readonly
  54. const ref: typeof import('vue').ref
  55. const resolveComponent: typeof import('vue').resolveComponent
  56. const setActivePinia: typeof import('pinia').setActivePinia
  57. const setMapStoreSuffix: typeof import('pinia').setMapStoreSuffix
  58. const shallowReactive: typeof import('vue').shallowReactive
  59. const shallowReadonly: typeof import('vue').shallowReadonly
  60. const shallowRef: typeof import('vue').shallowRef
  61. const storeToRefs: typeof import('pinia').storeToRefs
  62. const toRaw: typeof import('vue').toRaw
  63. const toRef: typeof import('vue').toRef
  64. const toRefs: typeof import('vue').toRefs
  65. const toValue: typeof import('vue').toValue
  66. const triggerRef: typeof import('vue').triggerRef
  67. const unref: typeof import('vue').unref
  68. const useAttrs: typeof import('vue').useAttrs
  69. const useCssModule: typeof import('vue').useCssModule
  70. const useCssVars: typeof import('vue').useCssVars
  71. const useI18n: typeof import('vue-i18n').useI18n
  72. const useId: typeof import('vue').useId
  73. const useModel: typeof import('vue').useModel
  74. const useSlots: typeof import('vue').useSlots
  75. const useTemplateRef: typeof import('vue').useTemplateRef
  76. const watch: typeof import('vue').watch
  77. const watchEffect: typeof import('vue').watchEffect
  78. const watchPostEffect: typeof import('vue').watchPostEffect
  79. const watchSyncEffect: typeof import('vue').watchSyncEffect
  80. }
  81. // for type re-export
  82. declare global {
  83. // @ts-ignore
  84. export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, ShallowRef, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
  85. import('vue')
  86. }