remove exporting KeyboardOptions interface

This commit is contained in:
Armno 2018-11-28 12:43:13 +07:00
parent ede2ce04b1
commit ff037ad5b7
No known key found for this signature in database
GPG Key ID: AF781F1A2DDF1E59

View File

@ -9,7 +9,7 @@ declare module 'simple-keyboard' {
buttons: string; buttons: string;
} }
export interface KeyboardOptions { interface KeyboardOptions {
/** /**
* Modify the keyboard layout. * Modify the keyboard layout.
*/ */