3
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-03-04 00:12:58 +08:00
simple-keyboard/build/types/index.d.ts
Francisco Hodge f3dc6a2d81 Build update
2021-05-17 05:42:32 +00:00

4 lines
105 B
TypeScript

import "./polyfills";
import SimpleKeyboard from "./components/Keyboard";
export default SimpleKeyboard;