Skip to content

DependencyResolverProvider

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
API / DependencyResolverProvider function

Configures a dependency resolver in the context of child components.

function DependencyResolverProvider(
  props: PropsWithChildren<IDependencyResolverProviderProps>
): JSX.Element

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

Parameters

Returns: JSX.Element

Returns the children in the context of the provided dependencyResolver.

See also

Clone this wiki locally