Fix types

This commit is contained in:
Francisco Hodge
2024-07-25 09:52:25 -04:00
parent bfaecfd2e1
commit 2bea9db4da
2 changed files with 15 additions and 14 deletions
+4
View File
@@ -2,6 +2,10 @@
import SimpleKeyboard from "./components/Keyboard";
import Utilities from "./services/Utilities";
export interface SKWindow extends Window {
SimpleKeyboardInstances?: any;
};
export interface KeyboardLayoutObject {
[key: string]: string[];
}