bireactive - v0.3.1
Type Alias FactorResult<O>
FactorResult
:
{
[
K
in
keyof
O
]
:
Writable
<
InstanceType
<
O
[
K
]
[
"Cls"
]
>
>
}
Result type: writable cell per output key, typed by the spec's Cls.
Type Parameters
O
extends
Record
<
string
,
OutputSpec
<
any
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Demo
bireactive - v0.3.1
Result type: writable cell per output key, typed by the spec's Cls.