chore(docs): Updated UI Reference (#6754)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
co-authored by
Oli Juhl
parent
4c3389e1e6
commit
d24c819e7d
@@ -22,8 +22,16 @@
|
|||||||
"description": "The badge's size.",
|
"description": "The badge's size.",
|
||||||
"tsType": {
|
"tsType": {
|
||||||
"name": "union",
|
"name": "union",
|
||||||
"raw": "\"small\" \\| \"base\" \\| \"large\"",
|
"raw": "\"2xsmall\" \\| \"xsmall\" \\| \"small\" \\| \"base\" \\| \"large\"",
|
||||||
"elements": [
|
"elements": [
|
||||||
|
{
|
||||||
|
"name": "literal",
|
||||||
|
"value": "\"2xsmall\""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "literal",
|
||||||
|
"value": "\"xsmall\""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "literal",
|
"name": "literal",
|
||||||
"value": "\"small\""
|
"value": "\"small\""
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"description": "",
|
||||||
|
"methods": [],
|
||||||
|
"displayName": "Command.Copy",
|
||||||
|
"props": {}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user