@laserware/stasis
GitHub
Preparing search index...
ActionFromReducer
Type Alias ActionFromReducer<R>
ActionFromReducer
:
R
extends
Reducer
<
any
,
infer
A
,
any
>
?
A
:
never
Infer action type from a reducer function.
Type Parameters
R
Type of reducer.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@laserware/stasis
Loading...
Infer action type from a reducer function.