childrenArray
import { childrenArray } from "@alloy-js/core";
function childrenArray(fn: () => Children, options?: ChildrenOptions): Children[];Parameters
Section titled “Parameters”| fn | () => Children | |
| options | optional ChildrenOptions |
Options
Section titled “Options”| preserveFragments | optional boolean | When true, fragments and arrays are not flattened. |
Returns
Section titled “Returns”Children[]