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>
29 lines
722 B
JSON
29 lines
722 B
JSON
{
|
|
"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": {
|
|
"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
|
|
}
|
|
}
|
|
}
|
|
} |