Skip to main content
Version: 0.1.2

Type Alias: InjectorProviderProps

Imported from @react-logic/di

InjectorProviderProps = PropsWithChildren & InjectionProvidersConfig

Props for <Injector> — providers plus React children. Use this if you write a wrapper component that forwards props to <Injector> so the children/providers types stay correct.