Type Alias: InjectorProviderProps
Imported from
@react-logic/diInjectorProviderProps =
PropsWithChildren&InjectionProvidersConfig
Defined in: di/src/lib/types.ts:125
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.