UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

15 lines (14 loc) • 403 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useBottomSheetSpringConfigs = void 0; /** * Generate spring animation configs. * @param configs overridable configs. */ const useBottomSheetSpringConfigs = configs => { return configs; }; exports.useBottomSheetSpringConfigs = useBottomSheetSpringConfigs; //# sourceMappingURL=useBottomSheetSpringConfigs.js.map