UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

5 lines (3 loc) • 171 B
import type { BottomSheetProps } from '../bottomSheet'; export interface BottomSheetFooterContainerProps extends Required<Pick<BottomSheetProps, 'footerComponent'>> {}