UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

10 lines (9 loc) • 232 B
"use strict"; /** * Generate spring animation configs. * @param configs overridable configs. */ export const useBottomSheetSpringConfigs = configs => { return configs; }; //# sourceMappingURL=useBottomSheetSpringConfigs.js.map