Build update

This commit is contained in:
Francisco Hodge
2024-07-25 13:54:04 +00:00
parent 6072468fd2
commit a45d74721d
8 changed files with 9 additions and 11 deletions
-5
View File
@@ -3,11 +3,6 @@ import PhysicalKeyboard from "../services/PhysicalKeyboard";
import Utilities from "../services/Utilities";
import { KeyboardOptions, KeyboardInput, KeyboardButtonElements, KeyboardHandlerEvent, KeyboardElement } from "../interfaces";
import CandidateBox from "./CandidateBox";
declare global {
interface Window {
SimpleKeyboardInstances: any;
}
}
/**
* Root class for simple-keyboard.
* This class: