DependencyResolverProvider - Andrei15193/react-model-view-viewmodel GitHub Wiki

API / DependencyResolverProvider function

Configures a dependency resolver in the context of child components.

function DependencyResolverProvider(
  props: PropsWithChildren<IDependencyResolverProviderProps>
): ReactElement

Source reference: src/dependencies/DependencyResolverContext.ts:47.

Parameters

Returns: ReactElement

Returns the children in the context of the provided dependencyResolver.

See also

⚠️ **GitHub.com Fallback** ⚠️