UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

7 lines (6 loc) • 291 B
import type Animated from 'react-native-reanimated'; /** * Generate spring animation configs. * @param configs overridable configs. */ export declare const useBottomSheetSpringConfigs: (configs: Omit<Animated.WithSpringConfig, 'velocity'>) => Omit<Animated.WithSpringConfig, "velocity">;