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