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