Fix param types

This commit is contained in:
Francisco Hodge
2021-12-10 00:10:55 -08:00
parent 5eaefbe342
commit 91843de873
6 changed files with 21 additions and 21 deletions
-1
View File
@@ -15,7 +15,6 @@ export interface KeyboardButtonAttributes {
export interface KeyboardInput {
[key: string]: string;
}
export declare type KeyboardParams = [KeyboardOptions] | [string | HTMLDivElement, KeyboardOptions];
export declare type CandidateBoxParams = {
utilities: Utilities;
};