mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-20 01:22:59 +08:00
Updated types
This commit is contained in:
parent
f702184e15
commit
a0c24db9d2
2
src/lib/@types/index.d.ts
vendored
2
src/lib/@types/index.d.ts
vendored
@ -1,7 +1,7 @@
|
|||||||
declare module 'simple-keyboard' {
|
declare module 'simple-keyboard' {
|
||||||
interface KeyboardLayoutObject {
|
interface KeyboardLayoutObject {
|
||||||
default: string[];
|
default: string[];
|
||||||
shift?: string[];
|
shift?: any;
|
||||||
[key: string]: string[];
|
[key: string]: string[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user