feat(reactivity): new effectScope API (#2195)
This commit is contained in:
@@ -51,4 +51,10 @@ export {
|
||||
EffectScheduler,
|
||||
DebuggerEvent
|
||||
} from './effect'
|
||||
export {
|
||||
effectScope,
|
||||
EffectScope,
|
||||
getCurrentScope,
|
||||
onScopeDispose
|
||||
} from './effectScope'
|
||||
export { TrackOpTypes, TriggerOpTypes } from './operations'
|
||||
|
||||
Reference in New Issue
Block a user