An if statement.
import { IfStatement } from "@alloy-js/csharp"; <IfStatement condition={Children}> {children}</IfStatement>
import { IfStatement } from "@alloy-js/csharp/stc"; IfStatement({ condition: Children }).children(children)
Children