text
import { text } from "@alloy-js/core";
function text(template: TemplateStringsArray, ...substitutions: Children[]): Children;Parameters
Section titled “Parameters”| template |
|
| substitutions |
|
Returns
Section titled “Returns”Children import { text } from "@alloy-js/core";
function text(template: TemplateStringsArray, ...substitutions: Children[]): Children;| template |
|
| substitutions |
|
Children