fix: style fixes to windows app control buttons (#4150)

This commit is contained in:
Peng Xiao
2023-09-04 17:01:31 +08:00
committed by GitHub
parent f245b4f5ce
commit 1066a8ca74
7 changed files with 106 additions and 5 deletions

View File

@@ -270,6 +270,7 @@ export interface UIEvents {
onFinishLogin: (
fn: (result: { success: boolean; email?: string }) => void
) => () => void;
onMaximized: (fn: (maximized: boolean) => void) => () => void;
}
export interface EventMap {