UNPKG

@sendbird/uikit-react-native

Version:

Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

7 lines (6 loc) 145 B
declare const useKeyboardStatus: () => { visible: boolean; height: number; bottomSpace: number; }; export default useKeyboardStatus;