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 🍏

10 lines (9 loc) 207 B
export declare const getSafeInitialValue: (initialValue: { hours?: number; minutes?: number; seconds?: number; } | undefined) => { hours: number; minutes: number; seconds: number; };