|
@@ -0,0 +1,57 @@
|
|
1
|
+// Generated by 'unplugin-auto-import'
|
|
2
|
+export {}
|
|
3
|
+declare global {
|
|
4
|
+ const EffectScope: typeof import('vue')['EffectScope']
|
|
5
|
+ const computed: typeof import('vue')['computed']
|
|
6
|
+ const createApp: typeof import('vue')['createApp']
|
|
7
|
+ const customRef: typeof import('vue')['customRef']
|
|
8
|
+ const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
|
|
9
|
+ const defineComponent: typeof import('vue')['defineComponent']
|
|
10
|
+ const effectScope: typeof import('vue')['effectScope']
|
|
11
|
+ const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
|
12
|
+ const getCurrentScope: typeof import('vue')['getCurrentScope']
|
|
13
|
+ const h: typeof import('vue')['h']
|
|
14
|
+ const inject: typeof import('vue')['inject']
|
|
15
|
+ const isProxy: typeof import('vue')['isProxy']
|
|
16
|
+ const isReactive: typeof import('vue')['isReactive']
|
|
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 resolveComponent: typeof import('vue')['resolveComponent']
|
|
39
|
+ const shallowReactive: typeof import('vue')['shallowReactive']
|
|
40
|
+ const shallowReadonly: typeof import('vue')['shallowReadonly']
|
|
41
|
+ const shallowRef: typeof import('vue')['shallowRef']
|
|
42
|
+ const toRaw: typeof import('vue')['toRaw']
|
|
43
|
+ const toRef: typeof import('vue')['toRef']
|
|
44
|
+ const toRefs: typeof import('vue')['toRefs']
|
|
45
|
+ const triggerRef: typeof import('vue')['triggerRef']
|
|
46
|
+ const unref: typeof import('vue')['unref']
|
|
47
|
+ const useAttrs: typeof import('vue')['useAttrs']
|
|
48
|
+ const useCssModule: typeof import('vue')['useCssModule']
|
|
49
|
+ const useCssVars: typeof import('vue')['useCssVars']
|
|
50
|
+ const useRoute: typeof import('vue-router')['useRoute']
|
|
51
|
+ const useRouter: typeof import('vue-router')['useRouter']
|
|
52
|
+ const useSlots: typeof import('vue')['useSlots']
|
|
53
|
+ const watch: typeof import('vue')['watch']
|
|
54
|
+ const watchEffect: typeof import('vue')['watchEffect']
|
|
55
|
+ const watchPostEffect: typeof import('vue')['watchPostEffect']
|
|
56
|
+ const watchSyncEffect: typeof import('vue')['watchSyncEffect']
|
|
57
|
+}
|