# TextChild

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

<https://docs.seedcord.org/packages/discord-component-embed/0.1.0/types/text-child>

Text a `<TextDisplay>` accepts. `false`, `null`, and `undefined` render nothing, the same as in React.

## Declaration

```ts
type TextChild =
    | string
    | number
    | boolean
    | null
    | undefined
    | readonly TextChild[];
```
