UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

7 lines (6 loc) • 247 B
export { default as BottomSheetHandle } from './BottomSheetHandle'; export { default as BottomSheetHandleContainer } from './BottomSheetHandleContainer'; export type { BottomSheetHandleProps, BottomSheetHandleContainerProps, } from './types';