@gorhom/bottom-sheet
Version:
A performant interactive bottom sheet with fully configurable options 🚀
8 lines • 297 B
TypeScript
/**
* A modified version of the default AnimatedEasing.exp,
* to insure its value never goes below `0`.
* @see https://github.com/software-mansion/react-native-reanimated/issues/1610
* @param t number
*/
export declare const exp: (t: number) => number;
//# sourceMappingURL=easingExp.d.ts.map