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
/
lib
/
typings.js
9 lines
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
// tslint:disable-next-line:variable-name
exports
.
FieldType
= {
Simple
:
'SIMPLE'
,
Parent
:
'PARENT'
,
Array
:
'ARRAY'
, };
//# sourceMappingURL=typings.js.map