@vue_reactivity.js 1.2 KB
import {
  EffectScope,
  ITERATE_KEY,
  ReactiveEffect,
  ReactiveFlags,
  TrackOpTypes,
  TriggerOpTypes,
  computed,
  customRef,
  deferredComputed,
  effect,
  effectScope,
  enableTracking,
  getCurrentScope,
  isProxy,
  isReactive,
  isReadonly,
  isRef,
  isShallow,
  markRaw,
  onScopeDispose,
  pauseScheduling,
  pauseTracking,
  proxyRefs,
  reactive,
  readonly,
  ref,
  resetScheduling,
  resetTracking,
  shallowReactive,
  shallowReadonly,
  shallowRef,
  stop,
  toRaw,
  toRef,
  toRefs,
  toValue,
  track,
  trigger,
  triggerRef,
  unref
} from "./chunk-7IQ4QFEB.js";
import "./chunk-3EJPJMEH.js";
export {
  EffectScope,
  ITERATE_KEY,
  ReactiveEffect,
  ReactiveFlags,
  TrackOpTypes,
  TriggerOpTypes,
  computed,
  customRef,
  deferredComputed,
  effect,
  effectScope,
  enableTracking,
  getCurrentScope,
  isProxy,
  isReactive,
  isReadonly,
  isRef,
  isShallow,
  markRaw,
  onScopeDispose,
  pauseScheduling,
  pauseTracking,
  proxyRefs,
  reactive,
  readonly,
  ref,
  resetScheduling,
  resetTracking,
  shallowReactive,
  shallowReadonly,
  shallowRef,
  stop,
  toRaw,
  toRef,
  toRefs,
  toValue,
  track,
  trigger,
  triggerRef,
  unref
};
//# sourceMappingURL=@vue_reactivity.js.map