chore(docs): Updated UI Reference (#6221)
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> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
96629f1916
commit
dfd9e7c772
@@ -2,5 +2,28 @@
|
||||
"description": "This component is based on the [Radix UI Alert Dialog](https://www.radix-ui.com/primitives/docs/components/alert-dialog) primitives.",
|
||||
"methods": [],
|
||||
"displayName": "Prompt",
|
||||
"props": {}
|
||||
"props": {
|
||||
"variant": {
|
||||
"required": false,
|
||||
"tsType": {
|
||||
"name": "union",
|
||||
"raw": "\"danger\" | \"confirmation\"",
|
||||
"elements": [
|
||||
{
|
||||
"name": "literal",
|
||||
"value": "\"danger\""
|
||||
},
|
||||
{
|
||||
"name": "literal",
|
||||
"value": "\"confirmation\""
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": "The variant of the prompt.",
|
||||
"defaultValue": {
|
||||
"value": "\"danger\"",
|
||||
"computed": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user