forked from carbon-design-system/sveld
-
Notifications
You must be signed in to change notification settings - Fork 0
/
COMPONENT_API.json
42 lines (42 loc) · 1011 Bytes
/
COMPONENT_API.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
{
"total": 1,
"components": [
{
"moduleName": "Button",
"filePath": "src/button/Button.svelte",
"props": [
{
"name": "type",
"kind": "let",
"type": "string",
"value": "\"button2\"",
"isFunction": false,
"isFunctionDeclaration": false,
"constant": false,
"reactive": false
},
{
"name": "primary",
"kind": "let",
"type": "boolean",
"value": "false",
"isFunction": false,
"isFunctionDeclaration": false,
"constant": false,
"reactive": false
}
],
"slots": [
{
"name": "__default__",
"default": true,
"fallback": "Click me",
"slot_props": "{}"
}
],
"events": [{ "type": "forwarded", "name": "click", "element": "button" }],
"typedefs": [],
"rest_props": { "type": "Element", "name": "button" }
}
]
}