Skip to main content

PanelContentProps

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

note

This type is deducted from Spotify's internal usage. It may not be accurate and may change in the future.

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.