✏️ fix typo

This commit is contained in:
BTMuli
2023-08-29 18:39:40 +08:00
parent 76687ab4f7
commit 0033565c58
3 changed files with 6 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ declare namespace TGApp.Component.Confirm {
export interface Params {
title: string;
text?: string;
mode: "confirm" | "input";
mode?: "confirm" | "input";
otcancel?: boolean;
}
}