xInjection for ReactJS - v1.0.2
Preparing search index...
HookFactoryParams
Interface HookFactoryParams<P, D, T>
interface
HookFactoryParams
<
P
extends
HookParams
,
D
extends
any
[]
,
T
>
{
inject
:
ProviderToken
[]
;
use
:
(
p
:
HookWithDeps
<
P
,
D
>
)
=>
T
;
}
Type Parameters
P
extends
HookParams
D
extends
any
[]
T
Index
Properties
inject
use
Properties
inject
inject
:
ProviderToken
[]
use
use
:
(
p
:
HookWithDeps
<
P
,
D
>
)
=>
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
inject
use
node_modules
@adimm
x-injection
dist
index.d.ts
Types
src
core
hooks
use-inject.ts
UseInjectOptions
useInject
use-component-module.ts
useComponentModule
use-inject-many.ts
useInjectMany
hook-factory.ts
HookFactoryParams
HookWithDeps
hookFactory
provide-module-to-component.hoc.tsx
ReactElementWithProviderModule
provideModuleToComponent
react-context.ts
REACT_X_INJECTION_PROVIDER_MODULE_CONTEXT
types
props-with-module.ts
PropsWithModule