UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

6 lines • 292 B
import type { KeyboardState } from '../types'; export declare const useAnimatedKeyboard: () => { state: import("react-native-reanimated").SharedValue<KeyboardState>; textInputNodesRef: import("react").MutableRefObject<Set<number>>; }; //# sourceMappingURL=useAnimatedKeyboard.d.ts.map