auto-imports.d.ts 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // noinspection JSUnusedGlobalSymbols
  5. // Generated by unplugin-auto-import
  6. export {}
  7. declare global {
  8. const EffectScope: typeof import('vue')['EffectScope']
  9. const computed: typeof import('vue')['computed']
  10. const createApp: typeof import('vue')['createApp']
  11. const customRef: typeof import('vue')['customRef']
  12. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  13. const defineComponent: typeof import('vue')['defineComponent']
  14. const effectScope: typeof import('vue')['effectScope']
  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 markRaw: typeof import('vue')['markRaw']
  24. const nextTick: typeof import('vue')['nextTick']
  25. const onActivated: typeof import('vue')['onActivated']
  26. const onBeforeMount: typeof import('vue')['onBeforeMount']
  27. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  28. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  29. const onDeactivated: typeof import('vue')['onDeactivated']
  30. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  31. const onMounted: typeof import('vue')['onMounted']
  32. const onRenderTracked: typeof import('vue')['onRenderTracked']
  33. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  34. const onScopeDispose: typeof import('vue')['onScopeDispose']
  35. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  36. const onUnmounted: typeof import('vue')['onUnmounted']
  37. const onUpdated: typeof import('vue')['onUpdated']
  38. const provide: typeof import('vue')['provide']
  39. const reactive: typeof import('vue')['reactive']
  40. const readonly: typeof import('vue')['readonly']
  41. const ref: typeof import('vue')['ref']
  42. const resolveComponent: typeof import('vue')['resolveComponent']
  43. const shallowReactive: typeof import('vue')['shallowReactive']
  44. const shallowReadonly: typeof import('vue')['shallowReadonly']
  45. const shallowRef: typeof import('vue')['shallowRef']
  46. const toRaw: typeof import('vue')['toRaw']
  47. const toRef: typeof import('vue')['toRef']
  48. const toRefs: typeof import('vue')['toRefs']
  49. const toValue: typeof import('vue')['toValue']
  50. const triggerRef: typeof import('vue')['triggerRef']
  51. const unref: typeof import('vue')['unref']
  52. const useAttrs: typeof import('vue')['useAttrs']
  53. const useCssModule: typeof import('vue')['useCssModule']
  54. const useCssVars: typeof import('vue')['useCssVars']
  55. const useDialog: typeof import('naive-ui')['useDialog']
  56. const useLoadingBar: typeof import('naive-ui')['useLoadingBar']
  57. const useMessage: typeof import('naive-ui')['useMessage']
  58. const useNotification: typeof import('naive-ui')['useNotification']
  59. const useSlots: typeof import('vue')['useSlots']
  60. const watch: typeof import('vue')['watch']
  61. const watchEffect: typeof import('vue')['watchEffect']
  62. const watchPostEffect: typeof import('vue')['watchPostEffect']
  63. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  64. }
  65. // for type re-export
  66. declare global {
  67. // @ts-ignore
  68. export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
  69. }