Type alias CustomWidgetComponent<Props>
CustomWidgetComponent: <
Props> (props) =>ReactNode
A user-defined custom widget component. This is can be specified when registering a custom widget with registerCustomWidget from the useCustomWidgets hook.
Type parameters
| Parameter | Default | Description |
|---|---|---|
Props | CustomWidgetComponentProps | The props type for the custom widget component |
Parameters
| Parameter | Type |
|---|---|
props | Props |
Returns
ReactNode