UNPKG
@lyra/form-builder
Version:
latest (0.3.0)
0.3.0
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Lyra form builder
vegapublish.com
VegaPublish/vega
@lyra/form-builder
/
lib
/
typedefs
/
index.js
20 lines
(18 loc)
•
302 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
'use strict'
;
var
_path =
require
(
'./path'
);
/*:: export type Type = { type: Type, name: string, title: string, options: ?Object }*/
/*:: export type Reference = { _type: string, _ref?: string }*/
/*:: export type Marker = { path: Path, type: string, level?: string, item: any }*/