UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

7 lines (5 loc) • 267 B
import type { BottomSheetProps } from '../bottomSheet'; import type { BottomSheetBackdropProps } from '../bottomSheetBackdrop'; export interface BottomSheetBackdropContainerProps extends Pick<BottomSheetProps, 'backdropComponent'>, BottomSheetBackdropProps {}