chore(docs): Updated UI Reference (automated) (#11393)

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]
2025-02-11 11:56:10 +00:00
committed by GitHub
parent f22c5fa6af
commit 34cd5b3f81

View File

@@ -0,0 +1,54 @@
{
"description": "",
"methods": [],
"displayName": "Divider",
"props": {
"orientation": {
"required": false,
"tsType": {
"name": "union",
"raw": "\"horizontal\" | \"vertical\"",
"elements": [
{
"name": "literal",
"value": "\"horizontal\""
},
{
"name": "literal",
"value": "\"vertical\""
}
]
},
"description": "",
"defaultValue": {
"value": "\"horizontal\"",
"computed": false
}
},
"variant": {
"required": false,
"tsType": {
"name": "union",
"raw": "\"dashed\" | \"solid\"",
"elements": [
{
"name": "literal",
"value": "\"dashed\""
},
{
"name": "literal",
"value": "\"solid\""
}
]
},
"description": "",
"defaultValue": {
"value": "\"solid\"",
"computed": false
}
}
},
"composes": [
"Omit"
]
}