Skip to main content

ViewControllerProvider

Callable

  • ViewControllerProvider<TContext, TService>(props: PropsWithChildren<{ controller: TService; declaration: ControllerDeclaration<TContext, TService> }>): any

  • Provides a controller for a given controller declaration using a React context.


    Type parameters

    Parameters

    • props: PropsWithChildren<{ controller: TService; declaration: ControllerDeclaration<TContext, TService> }>

    Returns any