UNPKG
overmind-forms
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Forms implementation for overmind
github.com/garth/overmind-forms
garth/overmind-forms
overmind-forms
/
lib
/
module.d.ts
8 lines
(7 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
actions
from
'./actions'
;
import
*
as
effects
from
'./effects'
;
declare
const
_default
: {
actions
:
typeof
actions;
effects
:
typeof
effects; };
export
default
_default;