UNPKG
yarfl
Version:
latest (0.1.1)
next (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
0.0.0
Yet Another Redux Forms Library
axelyung.github.io/yarfl/
axelyung/yarfl
yarfl
/
typings
/
initializeState.d.ts
3 lines
(2 loc)
•
179 B
TypeScript
View Raw
1
2
3
import
{
CompleteConfig
,
FormState
}
from
'./typings'
;
export
declare
const
initializeFormState
: <S
extends
object
>
(
config
:
CompleteConfig
<S>,
isAsync
?:
boolean
) =>
FormState
<S>;