UNPKG

@purevue/reactivity

Version:

## 📖 Introduction

6 lines • 241 B
import { RefImpl } from './RefImpl'; export declare function ref<T>(value?: T): RefImpl<T>; export declare function unref<T>(ref: RefImpl<T> | T): T; export { RefImpl as Ref }; export * from './proxyRefs'; //# sourceMappingURL=index.d.ts.map