# jsxDEV

`function` in `discord-component-embed/jsx-dev-runtime` · v0.2.2

<https://docs.seedcord.org/packages/discord-component-embed/0.2.2/functions/jsx-dev>

The JSX transform calls this for every element in a file compiled with `jsxImportSource: 'discord-component-embed'`.

```ts
jsxDEV(
    type: unknown,
    props: object
): EmbedElement
```

The JSX transform calls this for every element in a file compiled with `jsxImportSource: 'discord-component-embed'`.

Parameters.

- `type` `unknown`
- `props` `object`

Returns `EmbedElement`.
