ref(TS) Convert some features to TS (#12611)

This commit is contained in:
Robert Pintilii
2022-11-28 12:52:24 +02:00
committed by GitHub
parent 48a6472b3b
commit cb3fb3ada9
23 changed files with 203 additions and 175 deletions

1
globals.d.ts vendored
View File

@@ -14,6 +14,7 @@ declare global {
registerShortcut: Function;
unregisterShortcut: Function;
openDialog: Function;
enable: Function;
}
};
const interfaceConfig: any;