Conditionally render the given doc in a component and tail with a line
import { DocWhen } from "@alloy-js/csharp";
<DocWhen doc={Children | undefined} />
import { DocWhen } from "@alloy-js/csharp/stc";
DocWhen({ doc: Children | undefined }).children(children)
Props