|
| 1 | +// Generated by 'unplugin-auto-import' |
| 2 | +// We suggest you to commit this file into source control |
| 3 | +declare global { |
| 4 | + const computed: typeof import('vue')['computed'] |
| 5 | + const createApp: typeof import('vue')['createApp'] |
| 6 | + const customRef: typeof import('vue')['customRef'] |
| 7 | + const defineAsyncComponent: typeof import('vue')['defineAsyncComponent'] |
| 8 | + const defineComponent: typeof import('vue')['defineComponent'] |
| 9 | + const dialogInjectionKey: typeof import('gitart-vue-dialog')['dialogInjectionKey'] |
| 10 | + const dialogPlugin: typeof import('gitart-vue-dialog')['plugin'] |
| 11 | + const effectScope: typeof import('vue')['effectScope'] |
| 12 | + const EffectScope: typeof import('vue')['EffectScope'] |
| 13 | + const getCurrentInstance: typeof import('vue')['getCurrentInstance'] |
| 14 | + const getCurrentScope: typeof import('vue')['getCurrentScope'] |
| 15 | + const h: typeof import('vue')['h'] |
| 16 | + const inject: typeof import('vue')['inject'] |
| 17 | + const isReadonly: typeof import('vue')['isReadonly'] |
| 18 | + const isRef: typeof import('vue')['isRef'] |
| 19 | + const markRaw: typeof import('vue')['markRaw'] |
| 20 | + const nextTick: typeof import('vue')['nextTick'] |
| 21 | + const onActivated: typeof import('vue')['onActivated'] |
| 22 | + const onBeforeMount: typeof import('vue')['onBeforeMount'] |
| 23 | + const onBeforeUnmount: typeof import('vue')['onBeforeUnmount'] |
| 24 | + const onBeforeUpdate: typeof import('vue')['onBeforeUpdate'] |
| 25 | + const onDeactivated: typeof import('vue')['onDeactivated'] |
| 26 | + const onErrorCaptured: typeof import('vue')['onErrorCaptured'] |
| 27 | + const onMounted: typeof import('vue')['onMounted'] |
| 28 | + const onRenderTracked: typeof import('vue')['onRenderTracked'] |
| 29 | + const onRenderTriggered: typeof import('vue')['onRenderTriggered'] |
| 30 | + const onScopeDispose: typeof import('vue')['onScopeDispose'] |
| 31 | + const onServerPrefetch: typeof import('vue')['onServerPrefetch'] |
| 32 | + const onUnmounted: typeof import('vue')['onUnmounted'] |
| 33 | + const onUpdated: typeof import('vue')['onUpdated'] |
| 34 | + const provide: typeof import('vue')['provide'] |
| 35 | + const reactive: typeof import('vue')['reactive'] |
| 36 | + const readonly: typeof import('vue')['readonly'] |
| 37 | + const ref: typeof import('vue')['ref'] |
| 38 | + const shallowReactive: typeof import('vue')['shallowReactive'] |
| 39 | + const shallowReadonly: typeof import('vue')['shallowReadonly'] |
| 40 | + const shallowRef: typeof import('vue')['shallowRef'] |
| 41 | + const toRaw: typeof import('vue')['toRaw'] |
| 42 | + const toRef: typeof import('vue')['toRef'] |
| 43 | + const toRefs: typeof import('vue')['toRefs'] |
| 44 | + const triggerRef: typeof import('vue')['triggerRef'] |
| 45 | + const unref: typeof import('vue')['unref'] |
| 46 | + const useAttrs: typeof import('vue')['useAttrs'] |
| 47 | + const useCssModule: typeof import('vue')['useCssModule'] |
| 48 | + const useSlots: typeof import('vue')['useSlots'] |
| 49 | + const watch: typeof import('vue')['watch'] |
| 50 | + const watchEffect: typeof import('vue')['watchEffect'] |
| 51 | +} |
| 52 | +export {} |
0 commit comments