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