fix(types/reactivity): export ShallowRef type (#5026)

close #5205
This commit is contained in:
三咲智子
2021-12-06 12:18:21 +08:00
committed by GitHub
parent 095fe269cb
commit 523b4b78f5
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ export {
ToRef,
ToRefs,
UnwrapRef,
ShallowRef,
ShallowUnwrapRef,
RefUnwrapBailTypes
} from './ref'