auto-imports.d.ts 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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 computed: typeof import('vue').computed
  13. const createApp: typeof import('vue').createApp
  14. const customRef: typeof import('vue').customRef
  15. const defineAsyncComponent: typeof import('vue').defineAsyncComponent
  16. const defineComponent: typeof import('vue').defineComponent
  17. const effectScope: typeof import('vue').effectScope
  18. const getCurrentInstance: typeof import('vue').getCurrentInstance
  19. const getCurrentScope: typeof import('vue').getCurrentScope
  20. const getCurrentWatcher: typeof import('vue').getCurrentWatcher
  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 isShallow: typeof import('vue').isShallow
  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 onWatcherCleanup: typeof import('vue').onWatcherCleanup
  44. const provide: typeof import('vue').provide
  45. const reactive: typeof import('vue').reactive
  46. const readonly: typeof import('vue').readonly
  47. const ref: typeof import('vue').ref
  48. const resolveComponent: typeof import('vue').resolveComponent
  49. const shallowReactive: typeof import('vue').shallowReactive
  50. const shallowReadonly: typeof import('vue').shallowReadonly
  51. const shallowRef: typeof import('vue').shallowRef
  52. const toRaw: typeof import('vue').toRaw
  53. const toRef: typeof import('vue').toRef
  54. const toRefs: typeof import('vue').toRefs
  55. const toValue: typeof import('vue').toValue
  56. const triggerRef: typeof import('vue').triggerRef
  57. const unref: typeof import('vue').unref
  58. const useAttrs: typeof import('vue').useAttrs
  59. const useCssModule: typeof import('vue').useCssModule
  60. const useCssVars: typeof import('vue').useCssVars
  61. const useId: typeof import('vue').useId
  62. const useModel: typeof import('vue').useModel
  63. const useSlots: typeof import('vue').useSlots
  64. const useTemplateRef: typeof import('vue').useTemplateRef
  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 type re-export
  71. declare global {
  72. // @ts-ignore
  73. export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, ShallowRef, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
  74. import('vue')
  75. }