UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

8 lines (6 loc) • 266 B
import type { ReactChild } from 'react'; import type { BottomSheetProps } from '../bottomSheet/types'; export interface BottomSheetGestureHandlersProviderProps extends Pick<BottomSheetProps, 'gestureEventsHandlersHook'> { children: ReactChild | ReactChild[]; }