3
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-03-02 23:32:53 +08:00
simple-keyboard/build/index.d.ts

5 lines
132 B
TypeScript
Raw Normal View History

2022-09-30 10:07:34 +08:00
import "./polyfills";
import SimpleKeyboard from "./components/Keyboard";
2022-09-30 10:39:35 +08:00
export { SimpleKeyboard };
2022-09-30 10:07:34 +08:00
export default SimpleKeyboard;