mvc-reactFunctionsViewControllerProviderViewControllerProvider CallableViewControllerProvider<TContext, TService>(props: PropsWithChildren<{ controller: TService; declaration: ControllerDeclaration<TContext, TService> }>): anyProvides a controller for a given controller declaration using a React context.Type parametersTContext: BaseControllerContextTService: BaseServiceParametersprops: PropsWithChildren<{ controller: TService; declaration: ControllerDeclaration<TContext, TService> }>Returns any
Provides a controller for a given controller declaration using a React context.