We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58277f commit 30c33afCopy full SHA for 30c33af
packages/reactivity/src/reactive.ts
@@ -11,7 +11,7 @@ import {
11
shallowCollectionHandlers,
12
shallowReadonlyCollectionHandlers
13
} from './collectionHandlers'
14
-import { UnwrapRefSimple, Ref, RawSymbol } from './ref'
+import type { UnwrapRefSimple, Ref, RawSymbol } from './ref'
15
16
export const enum ReactiveFlags {
17
SKIP = '__v_skip',
0 commit comments