import ref from './ref'; import reactive from './reactive'; import computed from './computed'; import { watch, watchEffect } from './watch'; import nextTick from './nextTick'; export { ref, reactive, computed, watch, watchEffect, nextTick }; //# sourceMappingURL=index.d.ts.map