CommaList
A comma-separated list of items (e.g. arguments to a function call, parameters, etc).
import { CommaList } from "@alloy-js/typescript";
<CommaList hardline softline> {children}</CommaList>import { CommaList } from "@alloy-js/typescript/stc";
CommaList({ hardline: boolean, softline: boolean }).children(children)| children | Children |
| hardline | optionalboolean |
| softline | optionalboolean |