2022-09-30 02:07:34 +00:00
|
|
|
import "./polyfills";
|
|
|
|
import SimpleKeyboard from "./components/Keyboard";
|
2023-08-02 14:17:59 +00:00
|
|
|
export * from "./interfaces";
|
2022-09-30 02:39:35 +00:00
|
|
|
export { SimpleKeyboard };
|
2022-09-30 02:07:34 +00:00
|
|
|
export default SimpleKeyboard;
|