UNPKG

react-sled

Version:

react-sled is a carousel made with react-spring.

7 lines (6 loc) 238 B
/** * https://github.com/lodash/lodash/blob/master/clamp.js * Clamps `number` within the inclusive `lower` and `upper` bounds. */ declare function clamp(number: number, lower: number, upper: number): number; export default clamp;