mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
✏️ fix typo
This commit is contained in:
2
src/types/Component/Confirm.d.ts
vendored
2
src/types/Component/Confirm.d.ts
vendored
@@ -19,7 +19,7 @@ declare namespace TGApp.Component.Confirm {
|
||||
export interface Params {
|
||||
title: string;
|
||||
text?: string;
|
||||
mode: "confirm" | "input";
|
||||
mode?: "confirm" | "input";
|
||||
otcancel?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user