mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-01 02:53:07 +08:00
Update build
This commit is contained in:
parent
f78e315f79
commit
a85795d5cf
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2019 Francisco Hodge
|
||||
Copyright (c) 2019 Francisco Hodge and project contributors.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
File diff suppressed because one or more lines are too long
2
build/types/interfaces.d.ts
vendored
2
build/types/interfaces.d.ts
vendored
@ -33,7 +33,7 @@ export declare type CandidateBoxRenderParams = {
|
||||
};
|
||||
export declare type KeyboardElement = HTMLDivElement | HTMLButtonElement;
|
||||
export declare type KeyboardHandlerEvent = PointerEvent & TouchEvent & KeyboardEvent & {
|
||||
target: HTMLDivElement | HTMLInputElement;
|
||||
target: HTMLDivElement & HTMLInputElement;
|
||||
};
|
||||
export interface KeyboardButtonElements {
|
||||
[key: string]: KeyboardElement[];
|
||||
|
Loading…
Reference in New Issue
Block a user