File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ declare global {
60
60
const h : typeof import (' vue-demi' )[' h' ]
61
61
const hasContext : typeof import (' svelte' )[' hasContext' ]
62
62
const inject : typeof import (' vue-demi' )[' inject' ]
63
+ const isProxy : typeof import (' vue-demi' )[' isProxy' ]
64
+ const isReactive : typeof import (' vue-demi' )[' isReactive' ]
63
65
const isReadonly : typeof import (' vue-demi' )[' isReadonly' ]
64
66
const isRef : typeof import (' vue-demi' )[' isRef' ]
65
67
const lazy : typeof import (' react' )[' lazy' ]
@@ -132,6 +134,8 @@ declare global {
132
134
const useTransition : typeof import (' react' )[' useTransition' ]
133
135
const watch : typeof import (' vue-demi' )[' watch' ]
134
136
const watchEffect : typeof import (' vue-demi' )[' watchEffect' ]
137
+ const watchPostEffect : typeof import (' vue-demi' )[' watchPostEffect' ]
138
+ const watchSyncEffect : typeof import (' vue-demi' )[' watchSyncEffect' ]
135
139
const writable : typeof import (' svelte/store' )[' writable' ]
136
140
}
137
141
"
You can’t perform that action at this time.
0 commit comments