An else clause with an if statement.
import { ElseIfClause } from "@alloy-js/typescript"; <ElseIfClause condition={Children}> {children}</ElseIfClause>
import { ElseIfClause } from "@alloy-js/typescript/stc"; ElseIfClause({ condition: Children }).children(children)
Children