このコミットが含まれているのは:
2026-07-15 22:51:01 +09:00
コミット d0914fce3b
6個のファイルの変更199行の追加140行の削除
+2 -1
ファイルの表示
@@ -31,7 +31,8 @@ type DialogueFormAction = {
type DialogueFormControls = {
close: () => void
setActions: (actions: DialogueFormAction[]) => void }
setActions: (actions: DialogueFormAction[]) => void
confirm: (options: ConfirmOptions) => Promise<boolean> }
type DialogueFormOptions = { title: string
description?: ReactNode