Skip to content

Commit 40ae222

Browse files
authored
Update ref.ts
1 parent bd10ce8 commit 40ae222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reactivity/src/ref.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { CollectionTypes } from './collectionHandlers'
1212
import { createDep, Dep } from './dep'
1313

1414
declare const RefSymbol: unique symbol
15-
declare const RawSymbol: unique symbol
15+
export declare const RawSymbol: unique symbol
1616

1717
export interface Ref<T = any> {
1818
value: T

0 commit comments

Comments
 (0)