# NewExpression

* jsx

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


  <NewExpression args={Children[]} target={Children} />
  ```

* stc

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


  NewExpression({ args: Children[], target: Children }).children(children)
  ```

## Props

|        |                                                      |   |
| ------ | ---------------------------------------------------- | - |
| args   | optional[Children](../../../core/types/children/)\[] |   |
| target | [Children](../../../core/types/children/)            |   |
