Variable: ReactPluginHostPlan
const
ReactPluginHostPlan:LexicalPlan
<PlanConfigBase
,"@etrepum/lexical-builder/ReactPluginHost"
,object
,unknown
>
This plan provides a React host for editors that are not built with LexicalPlanComposer (e.g. you are using Vanilla JS or some other framework).
You must use mountReactPluginHost for any React content to work. Afterwards, you may use mountReactPlanComponent to render UI for a specific React Plan. mountReactPluginComponent and mountReactPluginElement can be used to render legacy React plug-ins (or any React content).