UNPKG

chayns-components

Version:

A set of beautiful React components for developing chayns® applications.

5 lines (4 loc) 153 B
export default function restrictInterval(value, min, max) { return Math.max(Math.min(value, max), min); } //# sourceMappingURL=restrictInterval.js.map