simple-keyboard/build/index.d.ts

4 lines
108 B
TypeScript
Raw Normal View History

2022-08-01 07:51:35 +08:00
import "./polyfills";
import SimpleKeyboard from "./components/Keyboard";
export default SimpleKeyboard;