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:
github-actions[bot]
2024-03-22 15:26:11 +00:00
committed by GitHub
parent 4c3389e1e6
commit d24c819e7d
2 changed files with 15 additions and 1 deletions

View File

@@ -22,8 +22,16 @@
"description": "The badge's size.",
"tsType": {
"name": "union",
"raw": "\"small\" \\| \"base\" \\| \"large\"",
"raw": "\"2xsmall\" \\| \"xsmall\" \\| \"small\" \\| \"base\" \\| \"large\"",
"elements": [
{
"name": "literal",
"value": "\"2xsmall\""
},
{
"name": "literal",
"value": "\"xsmall\""
},
{
"name": "literal",
"value": "\"small\""

View File

@@ -0,0 +1,6 @@
{
"description": "",
"methods": [],
"displayName": "Command.Copy",
"props": {}
}