# JSDoc

A JSDoc comment. The children of this component are joined with two hard linebreaks. This is useful for creating JSDoc comments with multiple paragraphs.

* jsx

  ```tsx
  import { JSDoc } from "@alloy-js/typescript";


  <JSDoc >
    {children}
  </JSDoc>
  ```

* stc

  ```ts
  import { JSDoc } from "@alloy-js/typescript/stc";


  JSDoc({  }).children(children)
  ```

## Props

|          |                                           |   |
| -------- | ----------------------------------------- | - |
| children | [Children](../../../core/types/children/) |   |
