campfire.js
Preparing search index...
types
UnwrapStore
Type Alias UnwrapStore<D>
UnwrapStore
:
{
[
K
in
keyof
D
]
:
D
[
K
]
extends
Store
<
infer
V
>
?
V
:
never
}
Type Parameters
D
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
campfire.js
Loading...