@devvie/bottom-sheet
Version:
The 😎smart , 📦tiny , and 🎗flexible bottom sheet your app craves 🚀
12 lines (8 loc) • 344 B
JavaScript
import { ANIMATIONS, CUSTOM_BACKDROP_POSITIONS } from '../../types.d';
// short hand for toValue key of Animator methods
// this is to accomodate static `ANIMATIONS` property of BottomSheet function below
/**
* Props types for bottom sheet component
*/
export { ANIMATIONS, CUSTOM_BACKDROP_POSITIONS };
//# sourceMappingURL=types.d.js.map