Re-export interfaces per #865

This commit is contained in:
Francisco Hodge 2023-08-02 10:16:31 -04:00
parent 47b74f6749
commit 3cb6883748

View File

@ -1,4 +1,5 @@
import "./polyfills";
import SimpleKeyboard from "./components/Keyboard";
export * from "./interfaces";
export { SimpleKeyboard };
export default SimpleKeyboard;