mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-04-12 20:03:08 +08:00
Fix layout option types
This commit is contained in:
parent
2a920ad56c
commit
051e79879a
2
src/lib/@types/index.d.ts
vendored
2
src/lib/@types/index.d.ts
vendored
@ -1,7 +1,5 @@
|
||||
declare module 'simple-keyboard' {
|
||||
interface KeyboardLayoutObject {
|
||||
default: string[];
|
||||
shift?: any;
|
||||
[key: string]: string[];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user