ref
import { ref } from "@alloy-js/typescript";
function ref(refkey: Refkey, options?: RefOptions): () => [Children, TSOutputSymbol | undefined];Parameters
Section titled “Parameters”| refkey | Refkey | |
| options | optional RefOptions |
Options
Section titled “Options”| type | optional boolean |
Returns
Section titled “Returns”() => [Children, TSOutputSymbol | undefined]