GameboardRuntimeProvider
GameboardRuntimeProvider<
TRuntime>(__namedParameters):ReactElement<{ }>
Defined in: src/react/react.ts:269
Mount a runtime facade and expose its Koota world through koota/react.
This is the preferred provider when runtime creation happens outside React,
because useGameboardRuntime returns the same object with scenario/recipe
registries, source URL helpers, and live mutation methods intact.
Type Parameters
Section titled “Type Parameters”TRuntime
Section titled “TRuntime”TRuntime extends GameboardRuntime = GameboardRuntime
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”GameboardRuntimeProviderProps<TRuntime>
Returns
Section titled “Returns”ReactElement<{ }>