simple-keyboard/build/index.d.ts

4 lines
108 B
TypeScript
Raw Normal View History

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