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
/
isFormValid.d.ts
6 lines
(5 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
FormField
}
from
'./formField'
;
import
{
Derive
}
from
'overmind'
;
export
declare
const
isFormValid
:
Derive
<
boolean
, { [
field
:
string
]:
FormField
; }>;