@laserware/stasis
GitHub
Preparing search index...
SliceSelectors
Type Alias SliceSelectors<State>
SliceSelectors
:
{
[
K
:
string
]:
(
sliceState
:
State
,
...
args
:
any
[]
)
=>
any
}
The type describing a slice's
selectors
option.
Type Parameters
State
Type declaration
[
K
:
string
]:
(
sliceState
:
State
,
...
args
:
any
[]
)
=>
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@laserware/stasis
Loading...
The type describing a slice's
selectors
option.