simple-keyboard/build/types/index.d.ts

4 lines
105 B
TypeScript
Raw Normal View History

2021-03-16 12:40:23 +08:00
import "./polyfills";
import SimpleKeyboard from "./components/Keyboard";
export default SimpleKeyboard;