fix: 格式问题

This commit is contained in:
jiangcheng
2022-10-12 11:30:54 +08:00
parent 016e48cc69
commit 971b03620a
11 changed files with 46 additions and 113 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ interface Window {
$t: any
$vue: any
// 键盘按键记录
$KeyboardActive?: Set<string>
$KeyboardActive?: { [T: string]: boolean }
}
declare type Recordable<T = any> = Record<string, T>
declare type Recordable<T = any> = Record<string, T>