UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

7 lines (5 loc) • 297 B
import type { BottomSheetProps } from '../bottomSheet'; import type { BottomSheetBackgroundProps } from '../bottomSheetBackground'; export interface BottomSheetBackgroundContainerProps extends Pick<BottomSheetProps, 'backgroundComponent' | 'backgroundStyle'>, BottomSheetBackgroundProps {}