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

2 lines (1 loc) 78 B
export declare function clamp(num: number, min: number, max: number): number;