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

This commit is contained in:
Robert Pintilii
2022-11-23 11:12:26 +02:00
committed by GitHub
parent 6bce0bc917
commit 643cc2db81
30 changed files with 166 additions and 191 deletions

1
globals.d.ts vendored
View File

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