@gorhom/bottom-sheet
Version:
A performant interactive bottom sheet with fully configurable options 🚀
21 lines • 713 B
TypeScript
import type { KeyboardEventEasing } from 'react-native';
export declare const getKeyboardAnimationConfigs: (easing: KeyboardEventEasing, duration: number) => {
easing: import("react-native-reanimated").EasingFunction;
duration: number;
damping?: undefined;
stiffness?: undefined;
mass?: undefined;
overshootClamping?: undefined;
restDisplacementThreshold?: undefined;
restSpeedThreshold?: undefined;
} | {
damping: number;
stiffness: number;
mass: number;
overshootClamping: boolean;
restDisplacementThreshold: number;
restSpeedThreshold: number;
easing?: undefined;
duration?: undefined;
};
//# sourceMappingURL=getKeyboardAnimationConfigs.d.ts.map