# TextDisplayProps

`interface` in `discord-component-embed` · v0.1.0

<https://docs.seedcord.org/packages/discord-component-embed/0.1.0/interfaces/text-display-props>

```ts
interface TextDisplayProps
```

## Properties

### children

```ts
children: TextChild;
```

Discord markdown. Text split by JSX expressions is joined back together. JSX turns a line break in your source into a space, so write `{'\n'}` where the markdown needs a new line.
