UNPKG

react-native-resegmented-control

Version:

A fully customizable, declarative component that mimics the design of UISegmentedControl from iOS 13. Supported on iOS and Android

7 lines 213 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function clamp(num, min, max) { return Math.min(Math.max(num, min), max); } exports.clamp = clamp; //# sourceMappingURL=utils.js.map