Skip to content

Commit

Permalink
chore: fix DebuggerEvent export
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 22, 2019
1 parent af57ad1 commit 590e4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reactivity/src/effect.ts
Expand Up @@ -24,7 +24,7 @@ export interface ReactiveEffectOptions {
onStop?: () => void
}

type DebuggerEvent = {
export type DebuggerEvent = {
effect: ReactiveEffect
target: object
type: OperationTypes
Expand Down

0 comments on commit 590e4e0

Please sign in to comment.