Skip to content

DependencyResolverProvider

github-actions[bot] edited this page Feb 4, 2025 · 4 revisions
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

Clone this wiki locally