Skip to content

Commit 0bc1e2b

Browse files
committed
chore: update snap
1 parent b97e9a7 commit 0bc1e2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/__snapshots__/dts.test.ts.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ declare global {
6060
const h: typeof import('vue-demi')['h']
6161
const hasContext: typeof import('svelte')['hasContext']
6262
const inject: typeof import('vue-demi')['inject']
63+
const isProxy: typeof import('vue-demi')['isProxy']
64+
const isReactive: typeof import('vue-demi')['isReactive']
6365
const isReadonly: typeof import('vue-demi')['isReadonly']
6466
const isRef: typeof import('vue-demi')['isRef']
6567
const lazy: typeof import('react')['lazy']
@@ -132,6 +134,8 @@ declare global {
132134
const useTransition: typeof import('react')['useTransition']
133135
const watch: typeof import('vue-demi')['watch']
134136
const watchEffect: typeof import('vue-demi')['watchEffect']
137+
const watchPostEffect: typeof import('vue-demi')['watchPostEffect']
138+
const watchSyncEffect: typeof import('vue-demi')['watchSyncEffect']
135139
const writable: typeof import('svelte/store')['writable']
136140
}
137141
"

0 commit comments

Comments
 (0)