createLazyPluginComponent
Function: createLazyPluginComponent()
createLazyPluginComponent(
pluginId,componentName):ComponentType
Defined in: src/plugin/registry.tsx:77
Dynamically import a plugin component with lazy loading
Parameters
pluginId
string
componentName
string
Returns
ComponentType