@devvie/bottom-sheet
Version:
The 😎smart , 📦tiny , and 🎗flexible bottom sheet your app craves 🚀
10 lines (9 loc) • 356 B
text/typescript
import BottomSheet from './components/bottomSheet';
export { default as AnimatedTouchableBackdropMask } from './components/animatedTouchableBackdropMask';
export {
ANIMATIONS,
CUSTOM_BACKDROP_POSITIONS,
type BottomSheetMethods,
} from './types.d';
export type { BottomSheetProps } from './components/bottomSheet/types.d';
export default BottomSheet;