-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdocs.json
48 lines (48 loc) · 976 Bytes
/
docs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"timestamp": "2019-02-06T22:05:29",
"compiler": {
"name": "@stencil/core",
"version": "0.16.2",
"typescriptVersion": "3.2.2"
},
"components": [
{
"tag": "app-home",
"readme": "# app-home\n\n\n",
"docs": "",
"usage": {},
"props": [
{
"name": "text",
"type": "string",
"mutable": false,
"attr": "text",
"reflectToAttr": false,
"docs": "Some text",
"default": "'Hello World'",
"optional": false,
"required": false
}
],
"methods": [],
"events": [],
"styles": [
{
"name": "--text-color",
"annotation": "prop",
"docs": "Color of the text"
}
]
},
{
"tag": "app-root",
"readme": "# app-root\n\n\n",
"docs": "",
"usage": {},
"props": [],
"methods": [],
"events": [],
"styles": []
}
]
}