UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

7 lines (5 loc) • 231 B
import type { ViewProps } from 'react-native'; import type { BottomSheetVariables } from '../../types'; export interface BottomSheetBackgroundProps extends Pick<ViewProps, 'pointerEvents' | 'style'>, BottomSheetVariables {}