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
/
src
/
constants
/
error.ts
8 lines
(7 loc)
•
103 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
const
initialError
=
{
all:
{},
global:
{},
manual:
{},
native:
{},
validator:
{}, }
;