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