import { nextTick } from './nextTick'; import { ref } from './ref'; import { reactive } from './reactive'; import { effect, watch } from './dep'; import { defineProps } from './defineProps'; export { nextTick, ref, reactive, effect, watch, defineProps };