UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

8 lines (6 loc) • 243 B
import React from 'react'; import type { BottomSheetProps } from '../bottomSheet/types'; export interface BottomSheetGestureHandlersProviderProps extends Pick<BottomSheetProps, 'gestureEventsHandlersHook'> { children?: React.ReactNode; }