GitHub
Examples
Preparing search index...
The search index is not available
Statekit - v2.0.0
Statekit
BoundStore
Type Alias BoundStore<TState, TActions, TSelection>
BoundStore
:
{
actions
:
TActions
;
set
:
(
stateModifier
:
StateModifier
<
TState
>
)
=>
TState
;
state
:
TSelection
;
}
Type Parameters
TState
extends
object
TActions
extends
object
TSelection
=
TState
Type declaration
actions
:
TActions
set
:
(
stateModifier
:
StateModifier
<
TState
>
)
=>
TState
state
:
TSelection
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
Examples
Statekit - v2.0.0
Loading...