Skip to main content
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://deno.land/x/vue3_reactivity@v1.0.0/mod.ts";

Type Parameters

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