Skip to content

DependencyResolverProvider

github-actions[bot] edited this page Nov 17, 2024 · 2 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