@devvie/bottom-sheet
Version:
The 😎smart , 📦tiny , and 🎗flexible bottom sheet your app craves 🚀
6 lines • 385 B
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;
//# sourceMappingURL=index.d.ts.map