# SectionProps

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

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

```ts
interface SectionProps
```

## Properties

### accessory

```ts
accessory: ReactElement;
```

A `<Thumbnail>` or a `<LinkButton>`, shown to the right of the text.

### children

```ts
children: ReactNode;
```

One to three `<TextDisplay>` elements.
