auto-imports.d.ts 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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 computed: typeof import('vue')['computed']
  11. const createApp: typeof import('vue')['createApp']
  12. const customRef: typeof import('vue')['customRef']
  13. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  14. const defineComponent: typeof import('vue')['defineComponent']
  15. const effectScope: typeof import('vue')['effectScope']
  16. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  17. const getCurrentScope: typeof import('vue')['getCurrentScope']
  18. const h: typeof import('vue')['h']
  19. const inject: typeof import('vue')['inject']
  20. const isProxy: typeof import('vue')['isProxy']
  21. const isReactive: typeof import('vue')['isReactive']
  22. const isReadonly: typeof import('vue')['isReadonly']
  23. const isRef: typeof import('vue')['isRef']
  24. const markRaw: typeof import('vue')['markRaw']
  25. const nextTick: typeof import('vue')['nextTick']
  26. const onActivated: typeof import('vue')['onActivated']
  27. const onBeforeMount: typeof import('vue')['onBeforeMount']
  28. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  29. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  30. const onDeactivated: typeof import('vue')['onDeactivated']
  31. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  32. const onMounted: typeof import('vue')['onMounted']
  33. const onRenderTracked: typeof import('vue')['onRenderTracked']
  34. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  35. const onScopeDispose: typeof import('vue')['onScopeDispose']
  36. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  37. const onUnmounted: typeof import('vue')['onUnmounted']
  38. const onUpdated: typeof import('vue')['onUpdated']
  39. const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
  40. const provide: typeof import('vue')['provide']
  41. const reactive: typeof import('vue')['reactive']
  42. const readonly: typeof import('vue')['readonly']
  43. const ref: typeof import('vue')['ref']
  44. const resolveComponent: typeof import('vue')['resolveComponent']
  45. const shallowReactive: typeof import('vue')['shallowReactive']
  46. const shallowReadonly: typeof import('vue')['shallowReadonly']
  47. const shallowRef: typeof import('vue')['shallowRef']
  48. const toRaw: typeof import('vue')['toRaw']
  49. const toRef: typeof import('vue')['toRef']
  50. const toRefs: typeof import('vue')['toRefs']
  51. const toValue: typeof import('vue')['toValue']
  52. const triggerRef: typeof import('vue')['triggerRef']
  53. const unref: typeof import('vue')['unref']
  54. const useAttrs: typeof import('vue')['useAttrs']
  55. const useCssModule: typeof import('vue')['useCssModule']
  56. const useCssVars: typeof import('vue')['useCssVars']
  57. const useId: typeof import('vue')['useId']
  58. const useModel: typeof import('vue')['useModel']
  59. const useSlots: typeof import('vue')['useSlots']
  60. const useTemplateRef: typeof import('vue')['useTemplateRef']
  61. const watch: typeof import('vue')['watch']
  62. const watchEffect: typeof import('vue')['watchEffect']
  63. const watchPostEffect: typeof import('vue')['watchPostEffect']
  64. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  65. }
  66. // for type re-export
  67. declare global {
  68. // @ts-ignore
  69. export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
  70. import('vue')
  71. }