UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

8 lines • 217 B
/** * Generate spring animation configs. * @param configs overridable configs. */ export const useBottomSheetSpringConfigs = configs => { return configs; }; //# sourceMappingURL=useBottomSheetSpringConfigs.js.map