Type alias WidgetHeaderItemComponent
WidgetHeaderItemComponent: (
props) =>ReactNode
A React component that renders the content of a custom widget header item.
Parameters
| Parameter | Type | Description |
|---|---|---|
props | WidgetHeaderItemComponentProps | Props for the component, including the item's resolved size. |
Returns
ReactNode
The rendered content of the header item.