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