UNPKG
@attio/react-native-bottom-sheet-toolbox
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.0
0.0.1-experimental1
github.com/attio/react-native-bottom-sheet-toolbox
attio/react-native-bottom-sheet-toolbox
@attio/react-native-bottom-sheet-toolbox
/
dist
/
typescript
/
hooks
/
use-bottom-sheet-keyboard-dismiss.d.ts
6 lines
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
type
SheetPosition
}
from
"../utils"
;
/** * Dismiss the keyboard if the bottom sheet moves downwardly beneath the keyboard. */
export
declare
function
useBottomSheetKeyboardDismiss
(
extraBuffer
?:
SheetPosition
):
void
;
//# sourceMappingURL=use-bottom-sheet-keyboard-dismiss.d.ts.map