mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 00:13:00 +08:00
Build update
This commit is contained in:
parent
8094fcd004
commit
50486c8004
@ -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
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
build/index.modern.d.ts
vendored
1
build/index.modern.d.ts
vendored
@ -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
Loading…
Reference in New Issue
Block a user