Rezi
Preparing search index...
core/src
ConfirmDialogProps
Type Alias ConfirmDialogProps
ConfirmDialogProps
:
Readonly
<
{
cancelLabel
?:
string
;
confirmLabel
?:
string
;
id
:
string
;
intent
?:
"primary"
|
"danger"
;
message
:
string
;
onCancel
:
()
=>
void
;
onConfirm
:
()
=>
void
;
title
:
string
;
}
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...