This commit is contained in:
2025-09-17 12:22:28 +08:00
parent e3cbba0607
commit 68bdabf928
7 changed files with 105 additions and 67 deletions

View File

@@ -10,6 +10,4 @@ export interface IWindowForm {
get windowFormEle(): HTMLElement;
/** 窗体状态 */
get windowFormState(): TWindowFormState;
/** 关闭窗体 */
closeWindowForm(): void;
}