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
/
actions
/
creatorFactory.d.ts
4 lines
(3 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
import
{
ActionCreators
,
CompleteConfig
}
from
'../typings'
;
declare
const
_default
: <S
extends
Object
=
any
>
(
config
:
CompleteConfig
<S>
) =>
ActionCreators
;
export
default
_default;