4
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-04-05 06:21:53 +08:00

Build update

This commit is contained in:
Francisco Hodge 2022-09-30 02:39:35 +00:00
parent 8094fcd004
commit 50486c8004
6 changed files with 8 additions and 6 deletions

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v3.4.165
* simple-keyboard v3.4.166
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.

1
build/index.d.ts vendored

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

File diff suppressed because one or more lines are too long

@ -1,2 +1,3 @@
import SimpleKeyboard from "./components/Keyboard";
export { SimpleKeyboard };
export default SimpleKeyboard;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long