@gorhom/bottom-sheet
Version:
A performant interactive bottom sheet with fully configurable options 🚀
9 lines • 606 B
TypeScript
import type { Gesture } from 'react-native-gesture-handler/lib/typescript/handlers/gestures/gesture';
import type { GestureHandlersHookType } from '../types';
export interface BottomSheetGestureHandlersContextType {
contentPanGestureHandler: ReturnType<GestureHandlersHookType>;
handlePanGestureHandler: ReturnType<GestureHandlersHookType>;
}
export declare const BottomSheetGestureHandlersContext: import("react").Context<BottomSheetGestureHandlersContextType | null>;
export declare const BottomSheetDraggableContext: import("react").Context<Gesture | null>;
//# sourceMappingURL=gesture.d.ts.map