PanelContentProps
The PanelContentProps object is used to render a panel content wrapper.
type PanelContentProps = { className?: string; children?: React.ReactNode;};Properties
| Property | Type | Description |
|---|---|---|
| className | string | undefined | Additional class name to apply to the panel. |
| children | React.ReactNode | undefined | Children to render inside the panel. |