Module

x/vue3_reactivity/mod.ts>Ref

vue3_reactivity is forck by @vue/reactivity for deno.
Latest
interface Ref
import { type Ref } from "https://dotland.deno.dev/x/vue3_reactivity@v1.0.0/mod.ts";

Type Parameters

optional
T = any

Properties

value: T
[RefSymbol]: true

Type differentiator only. We need this to be in public d.ts but don't want it to show up in IDE autocomplete, so we use a private Symbol instead.