SingleLineCommentBlock
A single line comment block. The children are rendered as a prose element, which means that they are broken into multiple lines
import { SingleLineCommentBlock } from "@alloy-js/typescript";
<SingleLineCommentBlock > {children}</SingleLineCommentBlock>
import { SingleLineCommentBlock } from "@alloy-js/typescript/stc";
SingleLineCommentBlock({ }).children(children)
children | Children |