UNPKG
react-swift-form
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
React library fro form validation
github.com/tonai/react-swift-form
tonai/react-swift-form
react-swift-form
/
dist
/
src
/
constants
/
form.d.ts
9 lines
(8 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
initialStates
: {
changedFields
:
Set
<
string
>;
isSubmitting
:
boolean
;
isValid
:
boolean
;
isValidating
:
boolean
;
submitCount
:
number
;
touchedFields
:
Set
<
string
>; };