# PanelSlot

> _Since v1.8.2_

React-typed panel slot — same shape as the vanilla `PanelSlot` but with
`ReactNode` render returns.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `id?` | <code>string</code> |  |
| `position?` | <code>top &#124; bottom</code> |  |
| `render` | <code><a href="/grid/react/api/types/panelrender/">PanelRender</a> &#124; <a href="/grid/react/api/types/zonedpanelrender/">ZonedPanelRender</a>[]</code> |  |
