auto.js 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. // Generated by 'unplugin-auto-import'
  2. export {}
  3. declare global {
  4. const EffectScope: typeof import('vue')['EffectScope']
  5. const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
  6. const computed: typeof import('vue')['computed']
  7. const createApp: typeof import('vue')['createApp']
  8. const createPinia: typeof import('pinia')['createPinia']
  9. const customRef: typeof import('vue')['customRef']
  10. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  11. const defineComponent: typeof import('vue')['defineComponent']
  12. const defineStore: typeof import('pinia')['defineStore']
  13. const effectScope: typeof import('vue')['effectScope']
  14. const getActivePinia: typeof import('pinia')['getActivePinia']
  15. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  16. const getCurrentScope: typeof import('vue')['getCurrentScope']
  17. const h: typeof import('vue')['h']
  18. const inject: typeof import('vue')['inject']
  19. const isProxy: typeof import('vue')['isProxy']
  20. const isReactive: typeof import('vue')['isReactive']
  21. const isReadonly: typeof import('vue')['isReadonly']
  22. const isRef: typeof import('vue')['isRef']
  23. const mapActions: typeof import('pinia')['mapActions']
  24. const mapGetters: typeof import('pinia')['mapGetters']
  25. const mapState: typeof import('pinia')['mapState']
  26. const mapStores: typeof import('pinia')['mapStores']
  27. const mapWritableState: typeof import('pinia')['mapWritableState']
  28. const markRaw: typeof import('vue')['markRaw']
  29. const nextTick: typeof import('vue')['nextTick']
  30. const onActivated: typeof import('vue')['onActivated']
  31. const onBeforeMount: typeof import('vue')['onBeforeMount']
  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 setActivePinia: typeof import('pinia')['setActivePinia']
  49. const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
  50. const shallowReactive: typeof import('vue')['shallowReactive']
  51. const shallowReadonly: typeof import('vue')['shallowReadonly']
  52. const shallowRef: typeof import('vue')['shallowRef']
  53. const storeToRefs: typeof import('pinia')['storeToRefs']
  54. const toRaw: typeof import('vue')['toRaw']
  55. const toRef: typeof import('vue')['toRef']
  56. const toRefs: typeof import('vue')['toRefs']
  57. const triggerRef: typeof import('vue')['triggerRef']
  58. const unref: typeof import('vue')['unref']
  59. const useAttrs: typeof import('vue')['useAttrs']
  60. const useCssModule: typeof import('vue')['useCssModule']
  61. const useCssVars: typeof import('vue')['useCssVars']
  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 vue template auto import
  71. import { UnwrapRef } from 'vue'
  72. declare module '@vue/runtime-core' {
  73. interface ComponentCustomProperties {
  74. readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
  75. readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>
  76. readonly computed: UnwrapRef<typeof import('vue')['computed']>
  77. readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
  78. readonly createPinia: UnwrapRef<typeof import('pinia')['createPinia']>
  79. readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
  80. readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
  81. readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
  82. readonly defineStore: UnwrapRef<typeof import('pinia')['defineStore']>
  83. readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
  84. readonly getActivePinia: UnwrapRef<typeof import('pinia')['getActivePinia']>
  85. readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
  86. readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
  87. readonly h: UnwrapRef<typeof import('vue')['h']>
  88. readonly inject: UnwrapRef<typeof import('vue')['inject']>
  89. readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
  90. readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
  91. readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
  92. readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
  93. readonly mapActions: UnwrapRef<typeof import('pinia')['mapActions']>
  94. readonly mapGetters: UnwrapRef<typeof import('pinia')['mapGetters']>
  95. readonly mapState: UnwrapRef<typeof import('pinia')['mapState']>
  96. readonly mapStores: UnwrapRef<typeof import('pinia')['mapStores']>
  97. readonly mapWritableState: UnwrapRef<typeof import('pinia')['mapWritableState']>
  98. readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
  99. readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
  100. readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
  101. readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
  102. readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
  103. readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
  104. readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
  105. readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
  106. readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
  107. readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
  108. readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
  109. readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
  110. readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
  111. readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
  112. readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
  113. readonly provide: UnwrapRef<typeof import('vue')['provide']>
  114. readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
  115. readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
  116. readonly ref: UnwrapRef<typeof import('vue')['ref']>
  117. readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
  118. readonly setActivePinia: UnwrapRef<typeof import('pinia')['setActivePinia']>
  119. readonly setMapStoreSuffix: UnwrapRef<typeof import('pinia')['setMapStoreSuffix']>
  120. readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
  121. readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
  122. readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
  123. readonly storeToRefs: UnwrapRef<typeof import('pinia')['storeToRefs']>
  124. readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
  125. readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
  126. readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
  127. readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
  128. readonly unref: UnwrapRef<typeof import('vue')['unref']>
  129. readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
  130. readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
  131. readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
  132. readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
  133. readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
  134. readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
  135. readonly watch: UnwrapRef<typeof import('vue')['watch']>
  136. readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
  137. readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
  138. readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
  139. }
  140. }