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

4 lines
110 B
TypeScript
Raw Permalink Normal View History

2022-09-30 10:07:34 +08:00
import SimpleKeyboard from "./components/Keyboard";
2022-09-30 10:39:35 +08:00
export { SimpleKeyboard };
2022-09-30 10:07:34 +08:00
export default SimpleKeyboard;