# PanelRender

> _Since v1.7.1_

Angular-shaped panel-slot render: a renderer function (vanilla), an Angular
component class, or an array of zoned entries that each accept the same.

Component instances receive the PinnedRowsContext fields as inputs.

```ts
type PanelRender = (ctx: PinnedRowsContext) => HTMLElement | null | Type<unknown>
```
