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:
committed by
GitHub
parent
f22c5fa6af
commit
34cd5b3f81
54
www/apps/ui/src/specs/Divider/Divider.json
Normal file
54
www/apps/ui/src/specs/Divider/Divider.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user