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