⚠️ You are viewing documentation for an older version of Compose SDK.
Version:
# Type alias PluginComponent Alpha<Props>
PluginComponent: <
Props> (props) =>ReactNode
A user-defined widget component. This is can be specified when registering a
plugin with registerPlugin from the usePlugins hook.
# Type parameters
| Parameter | Default |
|---|---|
Props | PluginComponentProps |
# Parameters
| Parameter | Type |
|---|---|
props | Props |
# Returns
ReactNode