🎨 优化组件

This commit is contained in:
BTMuli
2023-08-29 18:23:14 +08:00
parent 5511062d26
commit 55761e81b5
5 changed files with 74 additions and 61 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;
}
}