core
0.37.2
js
core
/
de.peekandpoke.kraft.components
/
value
value
js
inline
fun
<
P
>
VDom
.
value
(
initial
:
P
)
:
FunctionalComponentStateProperty
<
P
>
inline
fun
<
P
>
VDom
.
value
(
initial
:
P
,
noinline
onChange
:
(
P
)
->
Unit
)
:
FunctionalComponentStateProperty
<
P
>