@logixjs/react
Preparing search index...
ModuleActions
Type Alias ModuleActions<A, Tags>
ModuleActions
:
{
dispatch
:
Dispatch
<
A
>
}
&
(
[
ActionTags
<
A
>
]
extends
[
never
]
?
{}
:
{
readonly
[
K
in
Tags
&
ActionTags
<
A
>
]
:
ActionFn
<
ActionPayload
<
A
,
K
>
,
void
,
>
}
)
Type Parameters
A
Tags
extends
string
=
ActionTags
<
A
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@logixjs/react
Loading...