auto-imports.d.ts 5.1 KB

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