UNPKG

@salient-sys/react-native-infinite-picker

Version:

A simple, flexible, performant duration picker for React Native apps 🔥 Great for timers, alarms and duration inputs ⏰🕰️⏳ Includes iOS-style haptic and audio feedback 🍏

9 lines (8 loc) 228 B
import type { LimitType } from "../components/InfinitePicker/types"; export declare const getAdjustedLimit: (variables: { limit: LimitType | undefined; numberOfItems: number; }) => { max: number; min: number; };