JSDocComment
A JSDoc comment block. This is a low-level component that merely creates the block. Consider using JSDoc if you want to create more complex comments.
import { JSDocComment } from "@alloy-js/typescript";
<JSDocComment > {children}</JSDocComment>
import { JSDocComment } from "@alloy-js/typescript/stc";
JSDocComment({ }).children(children)
Props
children | Children |