# ImportStatements

* jsx

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


  <ImportStatements records={ImportRecords} />
  ```

* stc

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


  ImportStatements({ records: ImportRecords }).children(children)
  ```

## Props

|         |                                             |   |
| ------- | ------------------------------------------- | - |
| records | [ImportRecords](../../types/importrecords/) |   |
