simple-keyboard/build/index.d.ts

4 lines
105 B
TypeScript
Raw Normal View History

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