fix(types/reactivity): error TS4058 caused by RefSymbol
(#2548)
This commit is contained in:
parent
a0c57936f8
commit
90aa835812
@ -4,7 +4,7 @@ import { isArray, isObject, hasChanged } from '@vue/shared'
|
|||||||
import { reactive, isProxy, toRaw, isReactive } from './reactive'
|
import { reactive, isProxy, toRaw, isReactive } from './reactive'
|
||||||
import { CollectionTypes } from './collectionHandlers'
|
import { CollectionTypes } from './collectionHandlers'
|
||||||
|
|
||||||
declare const RefSymbol: unique symbol
|
export declare const RefSymbol: unique symbol
|
||||||
|
|
||||||
export interface Ref<T = any> {
|
export interface Ref<T = any> {
|
||||||
value: T
|
value: T
|
||||||
|
Loading…
Reference in New Issue
Block a user