mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
💩 脑测样式&逻辑代码
This commit is contained in:
4
src/types/Component/Confirm.d.ts
vendored
4
src/types/Component/Confirm.d.ts
vendored
@@ -37,13 +37,15 @@ declare namespace TGApp.Component.Confirm {
|
||||
/**
|
||||
* @description Confirm 参数 - input mode
|
||||
* @interface ParamsInput
|
||||
* @since Beta v0.3.3
|
||||
* @since Beta v0.4.5
|
||||
* @extends ParamsBase
|
||||
* @property {"input"} mode
|
||||
* @property {string} input 可选的配置默认输入值
|
||||
* @return ParamsInput
|
||||
*/
|
||||
interface ParamsInput extends ParamsBase {
|
||||
mode: "input";
|
||||
input?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user