Module

x/vue3_reactivity/mod.ts>ShallowRef

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

Type Parameters

optional
T = any
definition: Ref<T> & { [ShallowRefMarker]?: true; }