shallowRef
import { shallowRef } from "@alloy-js/core";
function shallowRef<T>(value?: T): Ref<T>;Parameters
Section titled “Parameters”| value | optional
|
Returns
Section titled “Returns”Ref<T> import { shallowRef } from "@alloy-js/core";
function shallowRef<T>(value?: T): Ref<T>;| value | optional
|
Ref<T>