mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-04-11 00:02:15 +08:00
Updated types
This commit is contained in:
2
src/lib/@types/index.d.ts
vendored
2
src/lib/@types/index.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
declare module 'simple-keyboard' {
|
||||
interface KeyboardLayoutObject {
|
||||
default: string[];
|
||||
shift?: string[];
|
||||
shift?: any;
|
||||
[key: string]: string[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user