getPluginComponents
Function: getPluginComponents()
getPluginComponents(
pluginId
):Record
<string
,ComponentType
<{}>>
Defined in: src/plugin/registry.tsx:250
Get all components for a plugin
Parameters
pluginId
string
Returns
Record
<string
, ComponentType
<{}>>