Skip to content

PanelContentProps

The PanelContentProps object is used to render a panel content wrapper.

type PanelContentProps = {
className?: string;
children?: React.ReactNode;
};

Properties

PropertyTypeDescription
classNamestring | undefinedAdditional class name to apply to the panel.
childrenReact.ReactNode | undefinedChildren to render inside the panel.