@attio/react-native-bottom-sheet-toolbox
Version:
17 lines • 536 B
TypeScript
export declare const DEFAULT_SHEET_SNAP_POINT_SPRING_CONFIG: {
damping: number;
stiffness: number;
mass: number;
overshootClamping: boolean;
restDisplacementThreshold: number;
restSpeedThreshold: number;
};
export declare const DEFAULT_CLOSE_SHEET_SNAP_POINT_SPRING_CONFIG: {
damping: number;
mass: number;
stiffness: number;
overshootClamping: boolean;
restDisplacementThreshold: number;
restSpeedThreshold: number;
};
//# sourceMappingURL=default-sheet-snap-point-spring-config.d.ts.map