# PinnedRowSlot

> _Since v1.8.2_

React-typed pinned-rows slot — either a panel slot (with React renderers)
or a passthrough aggregation slot.

```ts
type PinnedRowSlot = PanelSlot | AggregationSlot
```
