mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-08 08:27:26 +08:00
[O] Make confirm callback nullable
This commit is contained in:
@@ -50,7 +50,7 @@ export interface CardSummary {
|
||||
export interface ConfirmProps {
|
||||
title: string
|
||||
message: string
|
||||
confirm: () => void
|
||||
confirm?: () => void
|
||||
cancel?: () => void
|
||||
dangerous?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user