# 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