@@ -7,24 +7,24 @@ declare module 'react-native-keyboard-manager' {
77 export class PreviousNextView extends View { }
88
99 namespace KeyboardManager {
10- function setEnable ( enable : boolean ) : Promise < void > ;
11- function setEnableDebugging ( enable : boolean ) : Promise < void > ;
12- function setLayoutIfNeededOnUpdate ( enable : boolean ) : Promise < void > ;
13- function setKeyboardDistanceFromTextField ( distance : number ) : Promise < void > ;
14- function setEnableAutoToolbar ( enable : boolean ) : Promise < void > ;
15- function setToolbarDoneBarButtonItemText ( text : string ) : Promise < void > ;
16- function setToolbarManageBehaviourBy ( behaviour : ToolbarBehaviour ) : Promise < void > ;
17- function setToolbarPreviousNextButtonEnable ( enable : boolean ) : Promise < void > ;
18- function setToolbarTintColor ( hexColor : string ) : Promise < void > ;
19- function setToolbarBarTintColor ( hexColor : string ) : Promise < void > ;
20- function setShouldShowToolbarPlaceholder ( enable : boolean ) : Promise < void > ;
21- function setOverrideKeyboardAppearance ( enable : boolean ) : Promise < void > ;
22- function setKeyboardAppearance ( appearance : KeyboardAppearance ) : Promise < void > ;
23- function setShouldResignOnTouchOutside ( enable : boolean ) : Promise < void > ;
24- function setShouldPlayInputClicks ( enable : boolean ) : Promise < void > ;
25- function setShouldToolbarUsesTextFieldTintColor ( enable : boolean ) : Promise < void > ;
26- function resignFirstResponder ( ) : Promise < void > ;
27- function reloadLayoutIfNeeded ( ) : Promise < void > ;
10+ function setEnable ( enable : boolean ) : void ;
11+ function setEnableDebugging ( enable : boolean ) : void ;
12+ function setLayoutIfNeededOnUpdate ( enable : boolean ) : void ;
13+ function setKeyboardDistanceFromTextField ( distance : number ) : void ;
14+ function setEnableAutoToolbar ( enable : boolean ) : void ;
15+ function setToolbarDoneBarButtonItemText ( text : string ) : void ;
16+ function setToolbarManageBehaviourBy ( behaviour : ToolbarBehaviour ) : void ;
17+ function setToolbarPreviousNextButtonEnable ( enable : boolean ) : void ;
18+ function setToolbarTintColor ( hexColor : string ) : void ;
19+ function setToolbarBarTintColor ( hexColor : string ) : void ;
20+ function setShouldShowToolbarPlaceholder ( enable : boolean ) : void ;
21+ function setOverrideKeyboardAppearance ( enable : boolean ) : void ;
22+ function setKeyboardAppearance ( appearance : KeyboardAppearance ) : void ;
23+ function setShouldResignOnTouchOutside ( enable : boolean ) : void ;
24+ function setShouldPlayInputClicks ( enable : boolean ) : void ;
25+ function setShouldToolbarUsesTextFieldTintColor ( enable : boolean ) : void ;
26+ function resignFirstResponder ( ) : void ;
27+ function reloadLayoutIfNeeded ( ) : void ;
2828 function isKeyboardShowing ( ) : Promise < boolean > ;
2929 }
3030
0 commit comments