DocList
import { DocList } from "@alloy-js/csharp";
<DocList items={Children[]} type={"bullet" | "number"} />
import { DocList } from "@alloy-js/csharp/stc";
DocList({ items: Children[], type: "bullet" | "number" }).children(children)
items | Children[] |
type | optional”bullet” | “number” |