File tree Expand file tree Collapse file tree 1 file changed +28
-3
lines changed
packages/runtime-vapor/src Expand file tree Collapse file tree 1 file changed +28
-3
lines changed Original file line number Diff line number Diff line change 3
3
export const version : string = __VERSION__
4
4
export {
5
5
// core
6
- type Ref ,
7
- type ShallowRef ,
8
- type DebuggerEvent ,
9
6
TrackOpTypes ,
10
7
TriggerOpTypes ,
11
8
reactive ,
@@ -44,6 +41,34 @@ export {
44
41
onWatcherCleanup ,
45
42
getCurrentWatcher ,
46
43
} from '@vue/reactivity'
44
+ export type {
45
+ Ref ,
46
+ MaybeRef ,
47
+ MaybeRefOrGetter ,
48
+ ToRef ,
49
+ ToRefs ,
50
+ UnwrapRef ,
51
+ ShallowRef ,
52
+ ShallowUnwrapRef ,
53
+ CustomRefFactory ,
54
+ ReactiveFlags ,
55
+ DeepReadonly ,
56
+ ShallowReactive ,
57
+ UnwrapNestedRefs ,
58
+ ComputedRef ,
59
+ WritableComputedRef ,
60
+ WritableComputedOptions ,
61
+ ComputedGetter ,
62
+ ComputedSetter ,
63
+ ReactiveEffectRunner ,
64
+ ReactiveEffectOptions ,
65
+ EffectScheduler ,
66
+ DebuggerOptions ,
67
+ DebuggerEvent ,
68
+ DebuggerEventExtraInfo ,
69
+ Raw ,
70
+ Reactive ,
71
+ } from '@vue/reactivity'
47
72
48
73
import { NOOP } from '@vue/shared'
49
74
import { warn as _warn } from './warning'
You can’t perform that action at this time.
0 commit comments