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