mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-04-30 00:00:04 +08:00
Using display options with layoutCandidates. Fixes #1831
This commit is contained in:
Vendored
+1
@@ -17,6 +17,7 @@ export interface KeyboardInput {
|
||||
}
|
||||
export type CandidateBoxParams = {
|
||||
utilities: Utilities;
|
||||
options: KeyboardOptions;
|
||||
};
|
||||
export type CandidateBoxShowParams = {
|
||||
candidateValue: string;
|
||||
|
||||
Reference in New Issue
Block a user