Update build

This commit is contained in:
Francisco Hodge 2021-03-17 00:24:09 -04:00
parent 99a6462fe7
commit 255205a714
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
MIT License 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

File diff suppressed because one or more lines are too long

View File

@ -33,7 +33,7 @@ export declare type CandidateBoxRenderParams = {
}; };
export declare type KeyboardElement = HTMLDivElement | HTMLButtonElement; export declare type KeyboardElement = HTMLDivElement | HTMLButtonElement;
export declare type KeyboardHandlerEvent = PointerEvent & TouchEvent & KeyboardEvent & { export declare type KeyboardHandlerEvent = PointerEvent & TouchEvent & KeyboardEvent & {
target: HTMLDivElement | HTMLInputElement; target: HTMLDivElement & HTMLInputElement;
}; };
export interface KeyboardButtonElements { export interface KeyboardButtonElements {
[key: string]: KeyboardElement[]; [key: string]: KeyboardElement[];