UNPKG

react-native-timer-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 🍏

6 lines (5 loc) 222 B
import type { LimitType } from "../components/DurationScroll/types"; export declare const getAdjustedLimit: (limit: LimitType | undefined, numberOfItems: number, interval: number) => { max: number; min: number; };