UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

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