3
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-03-03 07:56:13 +08:00
simple-keyboard/build/index.d.ts

4 lines
105 B
TypeScript
Raw Normal View History

2021-05-17 13:42:32 +08:00
import "./polyfills";
import SimpleKeyboard from "./components/Keyboard";
export default SimpleKeyboard;