mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-07-14 00:00:06 +08:00
Fix types
This commit is contained in:
@@ -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[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user